Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Hassan Schroeder
Paul Austin wrote: Now the final question is how can I set the path to be a sub directory? So /subdir/app. This worked on my Tomcat 5 installation on Linux but doesn't work here. It seems to just ignore the path. No idea, never had a reason to try such a configuration -- sorry! -- Hassan Schr

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Paul Austin
I know almost have it 'The way I want it to work (TM)' using the following configuration. - server.xml - conf/Catalina//app.xml Now the final question is how can I set the path to be a sub directory? So /subdir/app. This worked on my Tomcat 5 installation on Linux but does

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Remy Maucherat
On 8/26/05, Paul Austin <[EMAIL PROTECTED]> wrote: > The test case I am using is running on Tomcat 5.5.9. > > 1. The web application is deployed as a the app.war file, with no > context.xml file to the wars/ directory > 2. The Host configuration is as follows. >deployXML="false"> >

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Hassan Schroeder
Paul Austin wrote: The test case I am using is running on Tomcat 5.5.9. 1. The web application is deployed as a the app.war file, with no context.xml file to the wars/ directory _and_ no META-INF/context.xml in the war file, right? 2. The Host configuration is as follows. 3. In c

Re: Automatic deploy of updated war deletes the context file

2005-08-26 Thread Paul Austin
The test case I am using is running on Tomcat 5.5.9. 1. The web application is deployed as a the app.war file, with no context.xml file to the wars/ directory 2. The Host configuration is as follows. 3. In conf/Catalina//app.xml When I copy app.war into wars/ to repeploy

Re: Automatic deploy of updated war deletes the context file

2005-08-25 Thread Hassan Schroeder
Paul Austin wrote: Right but where should it go so that tomcat doesn't delete it? I've tried setting the deployXML="false" on the host and having it just in the conf/Catalina/ directory (which is my preferred location), just in the war file and all various combinations. I've used both location

Re: Automatic deploy of updated war deletes the context file

2005-08-25 Thread Paul Austin
Right but where should it go so that tomcat doesn't delete it? I've tried setting the deployXML="false" on the host and having it just in the conf/Catalina/ directory (which is my preferred location), just in the war file and all various combinations. Paul On Thu, 2005-08-25 at 15:44 -0700, Hass

Re: Automatic deploy of updated war deletes the context file

2005-08-25 Thread Hassan Schroeder
So Paul Austin says: Doctor, When I copy an updated copy of a war file that was deployed with a context.xml file in the META-INF directory and also I have a copy of the context.xml in the conf/Catalina/ directory the deployer just deletes the context altogether and doesn't reploy the application.

Automatic deploy of updated war deletes the context file

2005-08-25 Thread Paul Austin
When I copy an updated copy of a war file that was deployed with a context.xml file in the META-INF directory and also I have a copy of the context.xml in the conf/Catalina/ directory the deployer just deletes the context altogether and doesn't reploy the application. How is this supposed to work,