Re: Problem reloading unpacked web app with Tomcat 5.0.3

2003-07-07 Thread Michael Woinoski
I'm now trying to redeploy the app by firest removing it with a "remove" request to the tomcat manager app. This works as long as there are no jar files in the app's WEB-INF/lib directory. The remove request deletes the app's directory from webapps, and the deploy task recreates the directory. Ho

Re: Problem reloading unpacked web app with Tomcat 5.0.3

2003-07-06 Thread Michael Woinoski
I've refined the problem somewhat. I think I need to supply a Context with reloadable set to true. So how do I do that with an expanded app? If I copy a context definition () to webapps, Tomcat seems to ignore it. I seem to remember reading that the context definition could be stored in the app's M

Problem reloading unpacked web app with Tomcat 5.0.3

2003-07-05 Thread Michael Woinoski
I need to deploy a web app as an unpacked directory structure (the app needs to be able write a file to its WEB-INF). I also need to automate the deployment and reloading using Ant. So far, I've tried a few things: 1. setting unpackWARs in server.xml to true and copying the war file to the webapps