Is Tomcat 6 ready for continuous integration or how to get it work?

Posted by Philipp Sende on Stack Overflow See other posts from Stack Overflow or by Philipp Sende
Published on 2010-03-12T22:55:05Z Indexed on 2010/03/12 22:57 UTC
Read the original article Hit count: 226

Hello stackoverflow community,

I'm looking for a hint how to make tomcat CI ready or an servlet container / application container which stand often redeploys like they happen when using hudson ci.

I experienced that Tomcat 6 does not properly undeploy webapps, leaving classes in jvm.

For example I monitored tomcat 6 with VisualVM: on start 2000 classes, on deploy of an app 3000 after redeploy 4000 and redeploy 5000 classes and so on - leading to crashes, memory leaks...

Okay hope one have a hint on tomcat and continuous-integration or other app servers.

Best,

© Stack Overflow or respective owner

Related posts about hudson

Related posts about tomcat