RE: Shutdown command does not terminate tomcat process

2010-05-29 Thread Caldarale, Charles R
> From: /U [mailto:uma...@comcast.net] > Subject: Shutdown command does not terminate tomcat process > > But I find that the process is till running: > > # jps -l > 24819 org.apache.catalina.startup.Bootstrap > 25103 sun.tools.jps.Jps > # > > why does this happen? Does not shutdo

Shutdown command does not terminate tomcat process

2010-05-29 Thread /U
I use tomcat6 on Linux. I run tomcat with shutdown port configured as follows: //... After I start tomcat, I find that: # jps -l 24819 org.apache.catalina.startup.Bootstrap 25103 sun.tools.jps.Jps # Now when I issue SHUTDOWN command to tcp/8005, logs show that the connec

Re: possible to define/deploy a context but not start it?

2010-05-29 Thread Jeff Hubbs
Thanks for explaining this, Konstantin - I was wondering about this also. - Jeff On 5/29/10 9:30 AM, Konstantin Kolinko wrote: 2010/5/29 Pid: On 28/05/2010 19:07, Jeff Ramin wrote: Running tomcat 5.5.20. Is there a way to configure tomcat such that it is aware of a webapp (context)

Re: possible to define/deploy a context but not start it?

2010-05-29 Thread Konstantin Kolinko
2010/5/29 Pid : > On 28/05/2010 19:07, Jeff Ramin wrote: >> >> Running tomcat 5.5.20. >> >> Is there a way to configure tomcat such that it is aware of a webapp >> (context), >> but doesn't start it (process requests) when tomcat starts? > > Kinda.  Examine the docs, look at the Host and Context at