RE: TOMCAT SHUTDOWN PROBLEM

2001-04-20 Thread Saurabh Shukla
tomcat.sh you can add a line to kill all tomcat process to insure that no more tomcat process are running. -Original Message- From: Jurrius, Mark [mailto:[EMAIL PROTECTED]] Sent: Friday, April 20, 2001 1:44 AM To: [EMAIL PROTECTED] Subject: RE: TOMCAT SHUTDOWN PROBLEM We have the same

RE: TOMCAT SHUTDOWN PROBLEM

2001-04-19 Thread Randy Layman
Possibilities I see: 1. You have disabled AJP12 in your server.xml file (needed to shutdown) 2. Tomcat is only getting halfway shutdown - it stops accepting AJP12 connections but still keeps the HTTP connection open. I've seen reports of this happening on HP-UX (after

RE: TOMCAT SHUTDOWN PROBLEM

2001-04-19 Thread Matías Salvador
19, 2001 2:58 PM Subject: RE: TOMCAT SHUTDOWN PROBLEM Possibilities I see:1. You have disabled AJP12 in your server.xml file (needed toshutdown)2. Tomcat is only getting halfway shutdown - it stops acceptingAJP12 connections but still keeps the HTTP connection open. I've

RE: TOMCAT SHUTDOWN PROBLEM

2001-04-19 Thread Lian, Xiaobu (Alice) (Xiaobu (Alice))
any input! Alice Xiaobu Alice Lian Database Engineer Agere Systems [EMAIL PROTECTED] (484)397-2583 -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 1:58 PM To: [EMAIL PROTECTED] Subject: RE: TOMCAT SHUTDOWN PROBLEM Possibilities I see:

RE: TOMCAT SHUTDOWN PROBLEM

2001-04-19 Thread Jurrius, Mark
To: '[EMAIL PROTECTED]' Subject:RE: TOMCAT SHUTDOWN PROBLEM I have tomcat shutdown problem on HP-UX. At first I had to kill it. Then I found that it would be shutdown after running "tomcat.sh stop" three times. I have not spent time to figure out why. Anybody has some i