RE: Start/StopTomcat and ajpid

2002-03-05 Thread GOMEZ Henri
Confirmed :-) -ajp12 is optional ( or it was last time I checked this ), for backward compat. Ok, the 3.3.1-rc1 RPM use ajp12 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Start/StopTomcat and ajpid

2002-03-04 Thread GOMEZ Henri
Ok, so could you confirm the following : to start/stop with ajp12 : startupsh -ajpid /var/spool/tomcat3/ajp12id -ajp12 shutdownsh -ajpid /var/spool/tomcat3/ajp12id -ajp12 to start/stop with ajp13 : startupsh -ajpid /var/spool/tomcat3/ajp13id -ajp13 shutdownsh -ajpid

RE: Start/StopTomcat and ajpid

2002-03-04 Thread costinm
On Mon, 4 Mar 2002, GOMEZ Henri wrote: to start/stop with ajp12 : startup.sh -ajpid /var/spool/tomcat3/ajp12.id -ajp12 shutdown.sh -ajpid /var/spool/tomcat3/ajp12.id -ajp12 to start/stop with ajp13 : startup.sh -ajpid /var/spool/tomcat3/ajp13.id -ajp13 shutdown.sh -ajpid

RE: Start/StopTomcat and ajpid

2002-03-01 Thread Larry Isaacs
Hi Henri, Since the connector writes the ajp??.id file, it makes sense to me to allow an attribute to specify it's location. However, agree that we should provide a way to override the location from the command line on startup. I'll see what I can do for Tomcat 3.3.1 Final. Cheers, Larry

RE: Start/StopTomcat and ajpid

2002-03-01 Thread GOMEZ Henri
Since the connector writes the ajp??.id file, it makes sense to me to allow an attribute to specify it's location. However, agree that we should provide a way to override the location from the command line on startup. I'll see what I can do for Tomcat 3.3.1 Final. Related is since we

RE: Start/StopTomcat and ajpid

2002-03-01 Thread Larry Isaacs
:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 9:39 AM To: Tomcat Developers List Subject: RE: Start/StopTomcat and ajpid Since the connector writes the ajp??.id file, it makes sense to me to allow an attribute to specify it's location. However, agree that we should provide a way

RE: Start/StopTomcat and ajpid

2002-03-01 Thread costinm
On Fri, 1 Mar 2002, GOMEZ Henri wrote: location. However, agree that we should provide a way to override the location from the command line on startup. I'll see what I can do for Tomcat 3.3.1 Final. Related is since we read server.xml at startup where ajpid is specified, we should

Re: Start/StopTomcat and ajpid

2002-03-01 Thread Bill Barker
- Original Message - From: GOMEZ Henri [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Friday, March 01, 2002 6:38 AM Subject: RE: Start/StopTomcat and ajpid Since the connector writes the ajp??.id file, it makes sense to me to allow an attribute to specify it's

RE: Start/StopTomcat and ajpid

2002-03-01 Thread GOMEZ Henri
Related is since we read serverxml at startup where ajpid is specified, we should reread serverxml at stop time -0 since it's quite common to want to stop Tomcat from the machine where Apache is running, rather than from where Tomcat is running Keeping serverxml files in sync is much