On 07/07/2010 14:26, Afkham Azeez wrote: > Hi, > I'm using embedded Tomcat 5.5.23. I undeploy the webapps > programmatically using the following code segment: > > host.removeChild(context); > > Now, when I send a request to the context which was undeployed, I get > an HTTP 503. But I expect to get an HTTP 404 since that resource is > not actually available. It seems that the webapp is not completely > getting undeployed. What should I do to completely undeploy the webapp > so that I get a 404 when a request to the undeployed webapp is made?
Those are all questions for the users list, not the dev list. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org