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