RE: Ant Build Problem Undeploying Struts App from Tomcat

2006-08-02 Thread Warren
That did the trick, Thanks > -Original Message- > > Could it be that you are missing a > antiJARLocking="true"somewhere in your tomcat config? > > Moises > > > "Warren" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > >I am running Tomcat 5.5.3 on a Windows XP box. When I

Re: Ant Build Problem Undeploying Struts App from Tomcat

2006-08-02 Thread Moises Lejter
Could it be that you are missing a antiJARLocking="true"somewhere in your tomcat config? Moises "Warren" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am running Tomcat 5.5.3 on a Windows XP box. When I run my Ant build task > to "undeploy" my webapp, it deletes everything exce

Re: Ant Build Problem Undeploying Struts App from Tomcat

2006-08-02 Thread Filip Hanik - Dev Lists
since 5.5.x is currently at .17, what don't you upgrade to that, before you call deploy, make sure you call remove/undeploy if the problem persists, post what is going wrong Warren wrote: I am running Tomcat 5.5.3 on a Windows XP box. When I run my Ant build task to "undeploy" my webapp, it dele

Ant Build Problem Undeploying Struts App from Tomcat

2006-08-02 Thread Warren
I am running Tomcat 5.5.3 on a Windows XP box. When I run my Ant build task to "undeploy" my webapp, it deletes everything except the struts.jar file. When I run my Ant "deploy" task it fails stating that an "Application already exists at path /...". I just updated to Tomcat 5.5.3 from 5.5.1. Every