Re: Use of Catalina class loader

2006-06-26 Thread Shimol Shah
Hi Troy, Thanks a lot for your reply. I considered this option first before I delved deep into internals of ManagerServlet. The thing is, I can Redirect the request to the managerServlet to start or stop the service and it works as intended in a sense that it starts or stops the web-app. But the

Re: Use of Catalina class loader

2006-06-26 Thread Troy Davidson
OK, Really simple/stupid question...why not use the Tomcat Manager to do this? You can have the controlling webapp open a url to the manager and have the controlling webapp pass a start/stop on the other webapp. Not sure if you looked at it or not, but had to ask. Here is a link for the ma