Re: Re: how to use jsvc to stop the tomcat service

2006-08-05 Thread Renaud Waldura
Saturday, August 05, 2006 4:34 AM Subject: Re: Re: how to use jsvc to stop the tomcat service Patrick, I did compile jsvc for tc version 5.5.15 and there may be differences. Try the command: /bin/jsvc -help that will list your available options. My version indicates that -stop has to be

Re: Re: how to use jsvc to stop the tomcat service

2006-08-05 Thread Warren Pace
gt; > Date: 2006/08/04 Fri PM 03:23:39 EDT > To: "'Patrick Wang'" <[EMAIL PROTECTED]>, > > Subject: Re: how to use jsvc to stop the tomcat service > > > > Warren: > > > > Thanks for the help. I tried to run the comman

Re: how to use jsvc to stop the tomcat service

2006-08-04 Thread Patrick Wang
Message- From: Warren Pace [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 2:28 PM To: Tomcat Users List Subject: Re: Re: how to use jsvc to stop the tomcat service Pat, See reply below. I left out the left curly brace in the if [ ! -x ${JSVC_BIN} ]; then statement

RE: how to use jsvc to stop the tomcat service

2006-08-04 Thread Patrick Wang
use jsvc to stop the tomcat service When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message

Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Filip Hanik - Dev Lists
of course, stopping a service is used using the Windows "Services" GUI. Control Panel -> Administrative Tools -> Services Filip Patrick Wang wrote: Hi All: I am using TOMCAT 5.0.28, I found the following command to start a tomcat instance on the documentation page, however it did not mention

Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Filip Hanik - Dev Lists
if you want a more complete Tomcat service, that lets you do thread dumps etc, take a look at: http://people.apache.org/~fhanik/wrapper.html Filip Patrick Wang wrote: Hi All: I am using TOMCAT 5.0.28, I found the following command to start a tomcat instance on the documentation page, however

Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Warren Pace
; > Subject: Re: how to use jsvc to stop the tomcat service > > > > > > From: "Patrick Wang" <[EMAIL PROTECTED]> > > Date: 2006/08/03 Thu PM 02:27:35 EDT > > To: "'Tomcat Users List'" > > Subject: how to use jsvc to

Re: how to use jsvc to stop the tomcat service

2006-08-03 Thread Warren Pace
> > From: "Patrick Wang" <[EMAIL PROTECTED]> > Date: 2006/08/03 Thu PM 02:27:35 EDT > To: "'Tomcat Users List'" > Subject: how to use jsvc to stop the tomcat service > > Hi All: > > I am using TOMCAT 5.0.28, I found the following

how to use jsvc to stop the tomcat service

2006-08-03 Thread Patrick Wang
Hi All: I am using TOMCAT 5.0.28, I found the following command to start a tomcat instance on the documentation page, however it did not mention how to stop the tomcat, I am currently using kill <> and wondering if there is a more elegant solution. Thanks Pat