RE: Redeploying war file kills context xml

2006-03-23 Thread Jim Freeby
new context.xml If anyone has other solutions, please share :) -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 4:25 AM To: 'Tomcat Users List' Subject: RE: Redeploying war file kills context xml In a previous life, we actuall

RE: Redeploying war file kills context xml

2006-03-23 Thread Tim Lucia
-Original Message- From: Aust, Christian [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 2:58 AM To: Tomcat-Users (E-Mail) Subject: RE: Redeploying war file kills context xml Hi Jim, thanks for your reply. Defining the context outside the war file solves some issues, since we deploy the very

RE: Redeploying war file kills context xml

2006-03-22 Thread Aust, Christian
m: Jim Freeby [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 22, 2006 7:50 PM > To: Tomcat Users List > Subject: RE: Redeploying war file kills context xml > > > I am using Tomcat 5.5.15 w/ jdk1.5.0_06 > > In my webapp, I have created a context file in > ${app.name}

RE: Redeploying war file kills context xml

2006-03-22 Thread Jim Freeby
Redeploying war file kills context xml Hi Kevin, including a context.xml file in META-INF could cure the "disappearing context file" issue, although it would rather be some kind of workaround: The file would still be deleted but eventually restored. Any idea how I could configur

RE: Redeploying war file kills context xml

2006-03-21 Thread Aust, Christian
file? The other 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 w

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