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

2006-08-05 Thread Warren Pace
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 combined with -pidfile. From: Patrick Wang [EMAIL PROTECTED] Date: 2006/08/04 Fri PM

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

2006-08-05 Thread Renaud Waldura
BTW the newer jsvc with -stop option is at: http://jakarta.apache.org/commons/daemon/jsvc.html I had to look far and wide -- wasn't obvious to me. - Original Message - From: Warren Pace [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, August 05, 2006

RE: how to use jsvc to stop the tomcat service

2006-08-04 Thread Patrick Wang
Mark: Thanks for letting me know, I will take note and will start a new thread then. I appreciated all the great help I received here. Pat -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, August 03, 2006 4:45 PM To: Tomcat Users List Subject: Re: how to

Re: how to use jsvc to stop the tomcat service

2006-08-04 Thread Patrick Wang
Warren: Thanks for the help. I tried to run the command line /bin/jsvc \ * -stop It said -stop is not a recognized option. I listed the jsvc -help and did not see such an option for the jsvc command. I will do more investigation. Pat -Original

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 processed and wondering if there is a more elegant solution. Thanks Pat

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' users@tomcat.apache.org Subject: how to use jsvc to stop the tomcat service Hi All: I am using TOMCAT 5.0.28, I found the following command to start a tomcat instance on the

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

2006-08-03 Thread Warren Pace
Pat, See reply below. I left out the left curly brace in the if [ ! -x ${JSVC_BIN} ]; then statement. Sorry, didn't proof-read before I hit send... From: Warren Pace [EMAIL PROTECTED] Date: 2006/08/03 Thu PM 05:20:47 EDT To: Tomcat Users List users@tomcat.apache.org Subject: Re:

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.

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