Re: Programmatically undeploying a webapp

2010-03-13 Thread Guilherme Rios
Thanks Mark, just one minor clarification please: On Sat, 2010-03-13 at 22:44 +, Mark Thomas wrote: > > > 2. Why calling "check(path.replace('#', '/'))" at line 1384? Would > > undeploy work just the same without this call? > Support for contexts with paths of the form /foo/bar. > Tomcat conv

Programmatically undeploying a webapp

2010-03-13 Thread Guilherme Rios
Hi, I am trying to understand the internals of undeploying an application. After looking at the source code of org.apache.catalina.manager.ManagerServlet as available in the source package for apache-tomcat-6.0.24, specifically the part that starts at line 1361 (may differ from the current r