Re: Undeploying war application

2007-07-13 Thread David Smith
The manager webapp will undeploy a web application completely deleting all the app's files under webapps as well as it's context.xml file. As I understand there is a small chance the classloader may be held on to slowly increasing the memory consumption. That dependents on the specific librar

Undeploying war application

2007-07-13 Thread Prashant Thakkar
Hello, I am new to tomcat. I would like to know how to undeployee any war application from tomcat without stoping or restarting tomcat. Do tomcat manager account will undeployee war files and its configuration files properly? or is there any other way to do this job. -- Prashant Thakkar