You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/05/02 19:39:01 UTC

DO NOT REPLY [Bug 19607] New: - ant undeploy only stops the Context, but doesn't remove physial files

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19607>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19607

ant undeploy only stops the Context, but doesn't remove physial files

           Summary: ant undeploy only stops the Context, but doesn't remove
                    physial files
           Product: Tomcat 5
           Version: 5.0.1
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: johannes.fiala@fwd.at


CURRENT BEHAVIOUR:
After doing an ant undeploy using the manager app, the manager app acknowledges 
the command with [undeploy] OK.

However, 
*) the /webapps/myapp.xml file doesn't get removed
*) the /work/Standalone/localhost/manager/myapp.WAR and myapp.xml doesn't get 
removed either.

Not having deleted /webapps/myapp.xml causes the application to show up next 
time Tomcat is started.

I also inspected the code, but only found code to stop the app at 
ContainerBase.java, public void removeChild(Container child).

EXPECTED BEHAVIOUR:
The application should be completely removed from the server.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org