Re: Ant Deploy Task Problem

2006-03-28 Thread Kevin Klinemeier
Hi Warren, I had the same problem, and I feel that it's a bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=39061 -Kevin On 3/28/06, Warren <[EMAIL PROTECTED]> wrote: > > I get a "FAIL - Application already exists at path" message when I use the > deploy task after I have used the undeploy

Ant undeploy task completes early?

2006-03-21 Thread Kevin Klinemeier
I wrote an ant task (see below) that re-deploys a warfile to the tomcat server prior to kicking off a set of integration tests. I was suprised to see the following two messages in the ant log: [undeploy] OK - Undeployed application at context path /voipSupport [deploy] FAIL - Application already

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