In the %TOMCAT_HOME% directory should be a directory named lib.  In
this lib folder you should find webserver.jar, in which you will find
Tomcat.class.

        The source is included in case you want to build it yourself, or
know what is going on in the code (sometimes it can be useful when debugging
to step into what the server is actually doing with the data you produce).

        Randy

> -----Original Message-----
> From: Jeremy Walsh [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 05, 2001 9:52 AM
> To: [EMAIL PROTECTED]
> Subject: Install
> 
> 
> I downloaded the file jakarta-tomcat-3.2.2.zip from 
> http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/bin/
> 
> which are supposed to be the binary .class from for Tomcat 3.2.2
> When I follow to instructions on how to install and run 
> Tomcat, however,
> it fails because there are NO class files, ie no compiled 
> java programs,
> where they are supposed to be. All I have is .java files in the tree,
> where it appears there are supposed to .class files. 
> 
> The batch file tomcat.bat is trying to call 
> %_STARTJAVA% %TOMCAT_OPTS%
> -Dtomcat.home="%TOMCAT_HOME%" 
> org.apache.tomcat.startup.Tomcat %2 %3 %4 %5
> %6 %7 %8 %9
> 
> but in the directory org\apache\tomcat\startup\ resides the file
> Tomcat.java, not Tomcat.class
> 
> Am I confused here? Am I supposed to build the class files 
> myself? I have
> not obtained the wrong file from teh site, because I also 
> went and got the
> source distribution, which contains a similar setup.
> 
> 
> Jeremy Walsh
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> 

Reply via email to