RE: Restarting Tomcat/Apache

2001-08-15 Thread James Bromberger
[EMAIL PROTECTED]] > Sent: 13 August 2001 21:13 > To: [EMAIL PROTECTED] > Subject: Re: Restarting Tomcat/Apache > > > I use jave just about the exact same configuration and I > don't have the > problems you state. I have noticed that if I restart tomcat *without* >

RE: Restarting Tomcat/Apache

2001-08-15 Thread Simon Hardingham
TECTED] > Subject: Re: Restarting Tomcat/Apache > > > I use jave just about the exact same configuration and I > don't have the > problems you state. I have noticed that if I restart tomcat *without* > restarting apache, there are problems. > > To restart I use the fo

Re: Restarting Tomcat/Apache

2001-08-13 Thread Mike McGuinness
I use jave just about the exact same configuration and I don't have the problems you state. I have noticed that if I restart tomcat *without* restarting apache, there are problems. To restart I use the following script: #!/bin/bash /usr/apache/bin/apachectl stop sleep 2 /usr/jakarta/dist/tomcat/

Re: Restarting Tomcat/Apache

2001-08-13 Thread Jan Labanowski
You have to have the ajp12 instantiated in server.xml file just for shutdown, even if you do not use it in workers.properties Just copy the ajp13 connector stuff and change ajp12 -> ajp13 It usually helps... On Mon, 13 Aug 2001, Simon Hardingham wrote: > Hi, > > I am having problems restarting

Re: Restarting Tomcat/Apache

2001-08-13 Thread Vladimir Grishchenko
Had the same problem, never figured out how to get rid of it. I used it stand alone. -V. - Original Message - From: "Simon Hardingham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 13, 2001 10:27 AM Subject: Restarting Tomcat/Apache > Hi,

Restarting Tomcat/Apache

2001-08-13 Thread Simon Hardingham
Hi, I am having problems restarting Tomcat. It can be a real problem to get Tomcat to shutdown (often requiring a killall java). Even then starting up can be intermittent. Has anyone else had any problems with starting and stopping Tomcat. System details are: RedHat Linux 7.1 on Intel Tomcat