You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Schramm, Phillip J (CAP, AMR)" <Ph...@gecapital.com> on 2001/04/04 23:03:40 UTC

startup.sh issue

To whom it may concern:
	I have downloaded jakarta-tomcat-3.2.1.tar.gz and 
jakarta-servletapi-3.2.tar.gz. After extracting the files from
the tar archive and setting up the appropriate environment
variables for TOMCAT_HOME and JAVA_HOME, I proceeded
to execute the tomcat.sh script as follows from the TOMCAT_HOME
directory: bin/tomcat.sh start. I get the following error message:

	Usage: java org.apache.tomcat.statup.Tomcat {options}
options are:
	-config
	-help
	..
	..

I look in the org.apache.tomcat.startup directory and there is only
a Tomcat.java file without a Tomcat.class file!! I look inside the
tomcat.sh file and uncomment the commented line for Java 2
runtimes: java -cp runner.jar ..... I run the script again and
get NoClassFoundError: org/apache/tomcat/shell/Startup
and the same aforementioned Usage error above.


Help!!
Phil
Phillip.Schramm@gecapital.com