RE: Undeploy leaves residual files

2005-09-08 Thread Stephen Faustino
I've got a similar problem with jsf-impl.jar that is deployed in the application's WEB-INF/lib directory using Tomcat 5.5.9. What's more, if I use the Tomcat 5.5.9 that is packaged with the Jetspeed-2 distribution, everything gets cleaned up as expected. Obviously, the portal guys fixed something

Undeploy leaves residual files

2005-08-26 Thread Allistair Crossley
Hi, I've noticed that undeploy of my web applications that the ROOT folder is left behind as follows; ROOT WEB-INF classes log4j.properties lib ehcache.jar struts.jar The web application has a ContextListener that calls LogManager shutdowns and

Re: Undeploy leaves residual files

2005-08-26 Thread Robert Taylor
I had the same issues and it looks like we are using similar technologies. Struts1.2.7, Hibernate 3.0.5, Spring 1.2.3 The struts issue (I think) is caused by validator access the validator.dtd resource and no releasing it. Under WEB-INF/classes/org/apache/commons/validator/resources I added