RE: cannot shut down

2003-03-06 Thread Wendy Smoak
Michael wrote: i get this error when shutting down...does anyone know why? C:\Tomcat 4.1\binshutdown.bat Using CATALINA_BASE: C:\Tomcat 4.1 Using CATALINA_HOME: C:\Tomcat 4.1 Using CATALINA_TMPDIR: C:\Tomcat 4.1\temp Using JAVA_HOME: c:\j2sdk1.4.1_01 Catalina.stop:

Re: cannot shut down

2003-03-06 Thread Lloyd A. Duke
I usually see this when tomcat is not running or tomat is in a state of not accepting connections. This could happen for variouus reasons. Usually it means that tomcat is either not yet accepting connections (durring startup. perhaps its hanging on some startup servlet) or has ceased to accept

Re: cannot shut down

2003-03-06 Thread Michael Ni
heres my dilemma, i dont think my tomcat uses the WEB-INF folder under my webapps/root folder. i think it only reads from common folder. im trying to delete some jars from my common folder but it says its in use. i cant shut down my tomcat, it gives me the error below. anyone got any tips?

Re: cannot shut down

2003-03-06 Thread Lloyd A. Duke
Looks as if your running on windows. If you are not running as a service you could always CTRL-C the window tomcat is running on. or kill the java process via the task manager. At this point i see that as your only option. Lloyd Michael Ni wrote: heres my dilemma, i dont think my tomcat uses

Re: cannot shut down

2003-03-06 Thread Michael Ni
windows wont let me end process on tomcat.exe.. says operation is denied mike From: Lloyd A. Duke [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: cannot shut down Date: Thu, 06 Mar 2003 18:16:28 -0500 Looks as if your