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
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
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
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