Hello!
i use ant for application building and the ant tasks defined in
catalina-ant.jar Catalina-Ant-Task for deploying the ready build
war file to a tomcat installation. (tomcat 4.1.29)
removing and deploying the war works, but after a few removals/deployments
the vm reports an java.lang.OutOfMemory exception and stops
deployment of the application. if i increase the memory size
of the tomcat vm then the problem appears a few deployments later.
it seems that tomcat doesn't remove the webapp so that the vm can
free the memory used by this app.
i searched the archive and found others having this problem, but
no real solution for this problem.
is there a solution on this problem?
thx, chris