aRaindogToo
Programmer
Hi!
I'm not sure this is what causes it, but it seems like Tomcat can't remove all files associated with my web app at reaload (copying a new WAR file in the webapps dir). I'm using Struts, and Tomcat leaves <web app name>/WEB-INF/lib/struts.jar, so when trying to load the new one, it says:
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localho
st].StandardContext[/pkcs12]
I'm running on windows, use tomcat 5.5.9 and struts 1.2.7. Is there something about (Struts) classes keeping resources open, and windows stopping Tomcat from deleteting the hole <web app name> directory?
Any info would be greatly appreciated!
BR,
jonas
I'm not sure this is what causes it, but it seems like Tomcat can't remove all files associated with my web app at reaload (copying a new WAR file in the webapps dir). I'm using Struts, and Tomcat leaves <web app name>/WEB-INF/lib/struts.jar, so when trying to load the new one, it says:
INFO: Missing application web.xml, using defaults only StandardEngine[Catalina].StandardHost[localho
st].StandardContext[/pkcs12]
I'm running on windows, use tomcat 5.5.9 and struts 1.2.7. Is there something about (Struts) classes keeping resources open, and windows stopping Tomcat from deleteting the hole <web app name> directory?
Any info would be greatly appreciated!
BR,
jonas