Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't get reload of WAR to work...

Status
Not open for further replies.

aRaindogToo

Programmer
Dec 28, 2004
5
SE
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top