Hi,

I am using Linux o/s.  I am very new to tomcat.  Can anyone enlightened me 
on the starting and stopping of Tomcat ?

Here is my startup.sh  and shutdown.sh
startup.sh:
------------------------------------------------------------------------
BASEDIR=`dirname $0`

$BASEDIR/tomcat.sh start "$@"
-----------------------------end----------------------------------------
shutdown.sh:
------------------------------------------------------------------------
BASEDIR=`dirname $0`

$BASEDIR/tomcat.sh stop "$@"
-------------------------------end -------------------------------------


Here is my questions :
1)What is $BASEDIR ?
2)Whenever I run startup.sh or shutdown.sh, the 1st line shown:
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/tomcat/shell/Startup
I counld not find the directory /shell from the server. Where the system get 
these directory ?

Any help or info is appreciated. Thank you.

Best Regards,
Kennice




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to