Thanks, guys!

/jan

Walter Thompson wrote:
Then use "startup.sh" or "shutdown.sh"

Walter
-----Original Message-----
From: Steve Ochani [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 10:44 AM
To: Tomcat Users List
Subject: RE: A few questions

Date sent:              Thu, 19 Jun 2008 10:30:15 -0500
From:                   Walter Thompson <[EMAIL PROTECTED]>
Subject:                RE: A few questions
To:                     Tomcat Users List <users@tomcat.apache.org>
Send reply to:          Tomcat Users List <users@tomcat.apache.org>

In the Tomcat bin directory there should be two batch files "startup.bat" and "shutdown.bat" that should work fine unless you are running Tomcat as a service.

If running as a service, use services to stop and start.


OP is not using Windows.


-Steve O.



Walter

-----Original Message-----
From: jan [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 19, 2008 5:53 AM
To: Tomcat Users List
Subject: A few questions

The answer to these questions are quite possibly annoyingly obvious, but I haven't been able to find them in the User Guide.

1. What is the proper way of shutting down tomcat? I start it with what I have found in the user guide:

export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13
/u01/tomcat/apache-tomcat-5.5.26/bin/jsvc \
  -Djava.endorsed.dirs=/u01/tomcat/apache-tomcat-5.5.26/common/endorse
  d
\
  -cp /u01/tomcat/apache-tomcat-5.5.26/bin/bootstrap.jar -outfile \
  /u01/tomcat/apache-tomcat-5.5.26/logs/catalina.out -errfile \
  /u01/tomcat/apache-tomcat-5.5.26/logs/catalina.err \
  org.apache.catalina.startup.Bootstrap

This works fine, but when I kill the process and try to restart, it won't - it complains:

java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina

Why does that happen? And how can I avoid it?

2. On the "front page", when I get the server to run, there is a link to an administration package that I am supposed to download from somewhere.

Is there a standard place to find these things?

/jan



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to