Redeploying war file kills context xml

2006-03-21 Thread Aust, Christian
Hi, I'm using Tomcat 5.5.15 on Windows 2003 w/ SUN JDK 1.5. Inside a virtual host, I've configured a context to define some JNDI datasources. Therefore I've written a context XML file in CATALINA_BASE/conf/Catalina/host/myapp.xml The app is deployed using a war file HOST_BASE/myapp.war and

Re: Redeploying war file kills context xml

2006-03-21 Thread Kevin Klinemeier
Would including the myapp.xml in your META-INF/ be an option? I read here that that should work: http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html#A%20word%20on%20Contexts -Kevin On 3/21/06, Aust, Christian [EMAIL PROTECTED] wrote: Hi, I'm using Tomcat 5.5.15 on Windows 2003 w/

RE: Redeploying war file kills context xml

2006-03-21 Thread Aust, Christian
issue remaining is Tomcat trying to deploy an unfinished war file. Kind regards, - Christian -Original Message- From: Kevin Klinemeier [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 9:44 PM To: Tomcat Users List Subject: Re: Redeploying war file kills context xml