I figured it out. I just edited tomcat.bat and hard coded the path names
instead of using %VARIABLES%.
On Tue, 5 Jun 2001, Johann Raster wrote:
> Hi Jeremy,
>
> the class files are included in the jar-files in the /lib directory. you can
> try jar -t filename.jar to see them. i also installed it on NT and it works
> fine but if you do not have a ms compiler you have to user the mod_jk module to
> make it run with apache.
>
> hope this helps.
> Hans Raster
>
>
>
> Zitiere Jeremy Walsh <[EMAIL PROTECTED]>:
>
> > 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]
> >
> >
>
Jeremy Walsh
[EMAIL PROTECTED]
[EMAIL PROTECTED]