Re: Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-24 Thread neeraj kumar
Mark, Thanks a lot for the reply. This was really helpful. Thanks -- Neeraj On Tue, Mar 22, 2011 at 8:38 PM, Mark Thomas ma...@apache.org wrote: On 22/03/2011 14:42, neeraj kumar wrote: Hi , I am using Tomcat 6.0.18 , JVM Version 1.6.0_24 ,OS SunOS 5.10, OSArch :AMD64 Recently I

Re: Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-24 Thread Francis GALIEGUE
On Thu, Mar 24, 2011 at 08:06, neeraj kumar neerajpku...@gmail.com wrote: Mark, Thanks a lot for the reply. This was really helpful. Thanks I find there is a very nice feature with the manager webapp: if you use it in text mode and ask it to deploy/start/stop/undeploy an application, the

Re: Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-24 Thread neeraj kumar
Hi Mark, I have a multiwar app. I made the changes to one war in myway/META-INF/context.xml Context path=/mywar clearReferencesStopThreads=true clearReferencesThreadLocals=true /Context The issue is: 1.When I use tomcat manager to deploy the war, it doesn't respect the path attribute of the

Re: Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-24 Thread Mark Thomas
On 24/03/2011 11:14, neeraj kumar wrote: Hi Mark, I have a multiwar app. That isn't ideal. Web applications are intended to be self-contained. I made the changes to one war in myway/META-INF/context.xml Context path=/mywar clearReferencesStopThreads=true clearReferencesThreadLocals=true

Re: Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-24 Thread neeraj kumar
Hi Mark, Thanks for the prompt reply. On Thu, Mar 24, 2011 at 5:33 PM, Mark Thomas ma...@apache.org wrote: On 24/03/2011 11:14, neeraj kumar wrote: Hi Mark, I have a multiwar app. That isn't ideal. Web applications are intended to be self-contained. The apps are logically exclusive,

Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-22 Thread neeraj kumar
Hi , I am using Tomcat 6.0.18 , JVM Version 1.6.0_24 ,OS SunOS 5.10, OSArch :AMD64 Recently I observed in few apps deployed on tomcat, that when I undeploy the apps by simply deleting the .war file and the directory for the app, a few threads are not cleaned up. I would be happy if someone shed

Re: Advantages of using tomcat manager over the conventional approach of copy-it-to-deploy/undeploy

2011-03-22 Thread Mark Thomas
On 22/03/2011 14:42, neeraj kumar wrote: Hi , I am using Tomcat 6.0.18 , JVM Version 1.6.0_24 ,OS SunOS 5.10, OSArch :AMD64 Recently I observed in few apps deployed on tomcat, that when I undeploy the apps by simply deleting the .war file and the directory for the app, a few threads are