Re: Tomcat really need Shutdown port

2009-11-14 Thread Ziggy
is > stated or not? > > Our product beauty is no need admin rights to run the application so we are > not prepare tomcat installer version. > So please let me know if I use tomcat binary version is any other way to > find tomcat instance on machine? > > > > > > > -- >

RE: Tomcat really need Shutdown port

2009-11-14 Thread SRamasamy
on machine? -- View this message in context: http://old.nabble.com/Tomcat-really-need-Shutdown-port-tp26343993p26351308.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: use

RE: Tomcat really need Shutdown port

2009-11-14 Thread Caldarale, Charles R
> From: Ziggy [mailto:zigg...@gmail.com] > Subject: Re: Tomcat really need Shutdown port > > If you dont configure the shutdown port how will tomcat know > which instance to shutdown if you have configured mulitple > tomcat instances using multiple catalina_bases?? If you don

Re: Tomcat really need Shutdown port

2009-11-14 Thread Ziggy
a [mailto:su...@techie.com] > > Subject: RE: Tomcat really need Shutdown port > > > > As of my knowledge and other tomcat related document and experts > > response it’s states we need tomcat port need to shuts down for > > windows. > > Read all the responses; you do *not*

RE: Tomcat really need Shutdown port

2009-11-14 Thread Caldarale, Charles R
> From: SRama [mailto:su...@techie.com] > Subject: RE: Tomcat really need Shutdown port > > As of my knowledge and other tomcat related document and experts > response it’s states we need tomcat port need to shuts down for > windows. Read all the responses; you do *not* need th

RE: Tomcat really need Shutdown port

2009-11-14 Thread SRama
this message in context: http://old.nabble.com/Tomcat-really-need-Shutdown-port-tp26343993p26349432.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Tomcat really need Shutdown port

2009-11-13 Thread Caldarale, Charles R
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Bill Barker > Subject: Re: Tomcat really need Shutdown port > > On Windows, you need the shutdown port (so that anybody with physical > access to the machine can shutdown the service by using the scripts). The above seems to co

Re: Tomcat really need Shutdown port

2009-11-13 Thread Bill Barker
"Mark Thomas" wrote in message news:4afdf745.6000...@apache.org... > Caldarale, Charles R wrote: >>> From: Mark Thomas [mailto:ma...@apache.org] >>> Subject: Re: Tomcat really need Shutdown port >>> >>> If you set the shutdown port to -1 then the

RE: Tomcat really need Shutdown port

2009-11-13 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Tomcat really need Shutdown port > > CTRL-C if running in a console. I verified that CTRL-C does a clean shutdown. Terminating via Task Manager or the close button on the command window causes abrupt termination, not a

Re: Tomcat really need Shutdown port

2009-11-13 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:ma...@apache.org] >> Subject: Re: Tomcat really need Shutdown port >> >> If you set the shutdown port to -1 then the standard process >> kill (ie kill -15 on linux) will perform a standard, >> perfectly

Re: Tomcat really need Shutdown port

2009-11-13 Thread Pid
On 13/11/2009 22:27, Caldarale, Charles R wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Tomcat really need Shutdown port If you set the shutdown port to -1 then the standard process kill (ie kill -15 on linux) will perform a standard, perfectly safe shutdown identical to what

RE: Tomcat really need Shutdown port

2009-11-13 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Tomcat really need Shutdown port > > If you set the shutdown port to -1 then the standard process > kill (ie kill -15 on linux) will perform a standard, > perfectly safe shutdown identical to what you would get

Re: Tomcat really need Shutdown port

2009-11-13 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: SRamasamy [mailto:su...@techie.com] >> Subject: Tomcat really need Shutdown port >> >> I have removed port but its working. let me know how its working after >> removing shutdonw port ? > > Without the shutdown port, you wil

RE: Tomcat really need Shutdown port

2009-11-13 Thread Caldarale, Charles R
> From: SRamasamy [mailto:su...@techie.com] > Subject: Tomcat really need Shutdown port > > I have removed port but its working. let me know how its working after > removing shutdonw port ? Without the shutdown port, you will not be able to stop Tomcat via the normal scripts. Yo

Tomcat really need Shutdown port

2009-11-13 Thread SRamasamy
Please let me know tomcat really need shutdown port to shutdown server. I go though some google its show tomcat default it listen port 8005 to shutdown. I have removed port but its working. let me know how its working after removing shutdonw port ? 1. Server shutdown="SHUTDOWN" --