Dear all,
Sorry Im a newbie and this day is my first day to touch a 'jsp mud'...
I have JDK1.3 and Tomcat 3.1 on my win98 OS,
and I got this error message :
{
exception in thread "main" java.lang.NoClassDefFoundError
org/apache/tomcat/startup/Tomcat
}
when I try to run command "tomcat run" from tomcat\bin directory.
according to tomcat.bat, this option will execute the lines below :
{
:runServer
rem Start the Tomcat Server
echo Using classpath: %CLASSPATH%
java %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%" org.apache.tomcat.startup.Tomcat %2
%3 %4 %5 %6 %7 %8 %9
goto cleanup
}
Could somebody show me whats wrong with it???
Thx,
Harry
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets