Re: Tomcat 5.5.20 undeploy problem

2006-12-18 Thread Pierre Goupil
Hello ! IMHO, it has to do with file-locking. See "antiJarLocking" and "antiResourceLocking" in this page : http://tomcat.apache.org/tomcat-5.5-doc/config/context.html The typical symptom is a webapp not being suppressed from the list after having undeployed it with the manager. I didn't under

Tomcat 5.5.20 undeploy problem

2006-12-18 Thread Diego Belliardo
I'm using Tomcat 5.5.20 on Windows 2003 Server. This is my problem: I'm using ant task to deploy my web application: undeploy=org.apache.catalina.ant.UndeployTask deploy=org.apache.catalina.ant.DeployTask http://smbcti.enigen.it:8080/manager"; username= "admin" password