I'm getting following error whenever i try to start the tomcat Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
Sounds like your Tomcat can't find your JDK. Have you set the PATH and JAVA_HOME environmen variable?
Try:
root# echo $JAVA_HOME
and
root# java -version


-- Franck

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to