RE: shutdown tomcat in command line error

2004-09-10 Thread Shapira, Yoav
Hi, One idea: instead of copying all around, do a clean installation, try start and stop out of the box, make sure that works for you. After that, apply your configuration changes slowly (possibly one at a time) to see which one causes this error. Yoav Shapira Millennium Research Informatics

Re: shutdown tomcat

2003-08-20 Thread Maksimenko Alexander
I've added a listener instance and notifications start working! Thank you for the answer! - Original Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 7:31 PM Subject: Re: shutdown tomcat So you added an instance

Re: shutdown tomcat

2003-08-19 Thread Jon Wingfield
So you added an instance of TestTomcatNotifications to a session as an attribute? That's the only way you'll get HttpSessionActivationListener events. You added a listener element to your web.xml registering TestTomcatNotifications as a HttpSessionListener? On shutdown sessionDestroyed(...)

RE: shutdown tomcat

2003-08-19 Thread Shapira, Yoav
Howdy, public class TestTomcatNotifications implements HttpSessionListener, Something like SessionListener01/SessionListener02/SessionListener03 from http://cvs.apache.org/viewcvs/jakarta-tomcat-catalina/tester/src/tester/ org/apache/tester/ would have saved you time ;) down tomcat neither

Re: Shutdown Tomcat

2001-11-01 Thread Yoav Shapira
Howdy, My two cents... Solaris 2.6 on an Ultra 10, tomcat 4.0.1, takes about 20 seconds for complete startup, less than five seconds for complete shutdown (process gone and everything). My setup right now has 3 webapps, one of which spawns a couple of threads (but takes care to terminate them

Re: Shutdown Tomcat

2001-10-31 Thread Steve Brunton
Evan Swanson wrote: Yeah, I have been wondering the same thing. On unix is seems that you have to kill the process. Shutdown.bat and shutdown.sh do not seem to stop the Tomcat process. I am guessing they just log off all of the sessions 'gracefully' You then have to manually kill the

RE: Shutdown Tomcat

2001-10-31 Thread Craig R. McClanahan
: RE: Shutdown Tomcat Yeah, I have been wondering the same thing. On unix is seems that you have to kill the process. Shutdown.bat and shutdown.sh do not seem to stop the Tomcat process. I am guessing they just log off all of the sessions 'gracefully' You then have to manually kill the process

RE: Shutdown Tomcat

2001-10-31 Thread Mangi, Rick
. On windows it takes about 5 seconds. -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 1:29 PM To: Tomcat Users List Subject: Re: Shutdown Tomcat Evan Swanson wrote: Yeah, I have been wondering the same thing. On unix is seems that you have

Re: Shutdown Tomcat

2001-10-31 Thread Martin Mauri
. On windows it takes about 5 seconds. -Original Message- From: Steve Brunton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 1:29 PM To: Tomcat Users List Subject: Re: Shutdown Tomcat Evan Swanson wrote: Yeah, I have been wondering the same thing. On unix

RE: Shutdown Tomcat

2001-10-31 Thread Mangi, Rick
Mauri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 1:47 PM To: Tomcat Users List Subject: Re: Shutdown Tomcat Hi, I'm facing the same problem with Tomcat 3.2.1 When I call tomcat.sh stop it shows the PATH used for the classes and then it says Stop Tomcat. But when I try

Re: Shutdown Tomcat

2001-10-31 Thread Martin Mauri
can restart. It won't restart 'cuz it hasn't shut down yet... hence, the port is still bound. -Original Message- From: Martin Mauri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 1:47 PM To: Tomcat Users List Subject: Re: Shutdown Tomcat Hi, I'm facing the same