Re: 2nd Try for Advice on Tomcat Shutdown

2007-02-13 Thread Scott Danforth
Thanks, Hassan, I've seen session replication mentioned and suspected that might be the answer now. Just stopping a worker and letting its sessions go elsewhere is certainly more elegant than waiting around for sessions to be concluded. The only problem is that my session data isn't

Re: 2nd Try for Advice on Tomcat Shutdown

2007-02-13 Thread Hassan Schroeder
On 2/13/07, Scott Danforth [EMAIL PROTECTED] wrote: The only problem is that my session data isn't serializable. So it isn't going anywhere in the near term. That is, indeed, a fly in the ointment ... :-) -- Hassan Schroeder [EMAIL PROTECTED]

Tomcat shutdown Problems - Process Does Not Die

2006-06-21 Thread Derek McEachern
I've been searching the list but so far I have not been able to find a solution to problem. I am running tomcat 4.1.31 using java 1.4.2 on a Solaris 8 machine. In our configuration we are running two tomcat instances sharing binaries and webapps directories by CATALINE_HOME and CATALINE_BASE

Troubleshooting unexpected Tomcat shutdown

2006-05-30 Thread Dean Maki
Greetings, I'm hoping someone here can give me a pointer or two in troubleshooting an unexpected Tomcat shutdown. I have been searching the mailing list archives and googling (web and groups) for hints on this, but so far with no success. Sometime between March 6 and April 11, I see

Re: Troubleshooting unexpected Tomcat shutdown

2006-05-30 Thread Mark Thomas
Dean Maki wrote: Java HotSpot(TM) Client VM warning: cannot install alternate signal stack Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack This is a JVM issue rather than a Tomcat issue. Try the support pages for your JVM. Mark

RE: Tomcat Shutdown Unexpectedly

2006-05-16 Thread Sean2006
Dan, Have you found a solution to this problem? Thanks, Sep. -- View this message in context: http://www.nabble.com/Tomcat-Shutdown-Unexpectedly-t1598450.html#a4416594 Sent from the Tomcat - User forum at Nabble.com

RE: Tomcat Shutdown Unexpectedly

2006-05-16 Thread Dan Golob
@tomcat.apache.org Subject: RE: Tomcat Shutdown Unexpectedly Dan, Have you found a solution to this problem? Thanks, Sep. -- View this message in context: http://www.nabble.com/Tomcat-Shutdown-Unexpectedly-t1598450.html#a4416594 Sent from the Tomcat - User forum at Nabble.com

RE: Tomcat Shutdown Unexpectedly

2006-05-13 Thread zhann
List Subject: Re: Tomcat Shutdown Unexpectedly Hi, We've recently had something very similar with Tomcat and Apache Web Server. Have a look here (read all in threads): http://www.mail-archive.com/users@tomcat.apache.org/msg09335.html http://marc.theaimsgroup.com/?l=tomcat-userm=106193808515738w

Re: Tomcat Shutdown Unexpectedly

2006-05-11 Thread Vasily Ivanov
Hi, We've recently had something very similar with Tomcat and Apache Web Server. Have a look here (read all in threads): http://www.mail-archive.com/users@tomcat.apache.org/msg09335.html http://marc.theaimsgroup.com/?l=tomcat-userm=106193808515738w=2 We changed configuration of Tomcat and

RE: Tomcat Shutdown Unexpectedly

2006-05-11 Thread Dan Golob
the aide of Apache Server. May this be the problem? Thanks again Dan -Original Message- From: Vasily Ivanov [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 9:20 AM To: Tomcat Users List Subject: Re: Tomcat Shutdown Unexpectedly Hi, We've recently had something very similar

Issue with ajp13 socket after tomcat shutdown

2006-02-24 Thread Joey Geiger
After I manually shutdown tomcat (shutdown.sh) the ajp socket seems to stay open for an extended period of time. If I attempt to restart, I get the following output in catalina.out. The problem is that ajp13 should be listening on 8889, but this port is never released, and for some odd reason, it

RE: Issue with ajp13 socket after tomcat shutdown

2006-02-24 Thread Fenlason, Josh
after tomcat shutdown After I manually shutdown tomcat (shutdown.sh) the ajp socket seems to stay open for an extended period of time. If I attempt to restart, I get the following output in catalina.out. The problem is that ajp13 should be listening on 8889, but this port is never

Re: Issue with ajp13 socket after tomcat shutdown

2006-02-24 Thread Joey Geiger
, February 24, 2006 9:24 AM To: users@tomcat.apache.org Subject: Issue with ajp13 socket after tomcat shutdown After I manually shutdown tomcat (shutdown.sh) the ajp socket seems to stay open for an extended period of time. If I attempt to restart, I get the following output in catalina.out

RE: Jsvc vs tomcat shutdown -force

2005-11-01 Thread Klotz Jr, Dennis
, 2005 6:00 PM To: Tomcat Users List Subject: RE: Jsvc vs tomcat shutdown -force How did you get this to work? I tried following the directions and it doesn't work for me. Preston I've used jsvc to have tomcat start as root and then switch to tomcat user. This way I can have tomcat run on port 80

Jsvc vs tomcat shutdown -force

2005-10-31 Thread Matteo Turra
Hi, I was wondering what jsvc is for? I tought it was to shutdown tomcat if it hangs and does not listen on shutdown port. Now I learn I can use CATALINA_PID and the -force parameter to kill tomcat if shutdown fails, isn'it? Thanks. Matteo.

RE: Jsvc vs tomcat shutdown -force

2005-10-31 Thread Klotz Jr, Dennis
vs tomcat shutdown -force Hi, I was wondering what jsvc is for? I tought it was to shutdown tomcat if it hangs and does not listen on shutdown port. Now I learn I can use CATALINA_PID and the -force parameter to kill tomcat if shutdown fails, isn'it? Thanks. Matteo

<    1   2   3