I'll be verbose :

unzip to c:\tomcat
set the following environment variables (either modify your autoexec.bat and
reboot or type them using 'set' in the same dos prompt used to run tomcat)
CLASSPATH=.
JAVA_HOME=c:\jdk1.3 (or wherever)
TOMCAT_HOME=c:\tomcat

Copy any jar files you need to c:\tomcat\lib (it will be picked up on
startup)

run from a DOS window c:\tomcat\bin\startup

open a browser to http://localhost:8080

That should do it

----- Original Message -----
From: "Hari Yellina" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 3:28 PM
Subject: Re: installing tomcat 3.2 on windows 98


> Hi Dave,
>
>  Where can I find the documentation for installing tomcat on 98. Please
help
> me.
>
> Regards, Yellina.
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 04, 2001 10:52 PM
> Subject: RE: installing tomcat 3.2 on windows 98
>
>
> > Oh Yes You Can !
> >
> > > -----Original Message-----
> > > From: Hari Yellina [SMTP:[EMAIL PROTECTED]]
> > > Sent: 04 May 2001 13:46
> > > To: tomcat-user
> > > Subject: Re: installing tomcat 3.2 on windows 98
> > >
> > > u cannot, try on NT
> > > ----- Original Message -----
> > > From: Peter Choe <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, May 04, 2001 10:19 PM
> > > Subject: installing tomcat 3.2 on windows 98
> > >
> > >
> > > > is it possible to have tomcat run on windows 98?
> > > >
> > > > i downloaded the binaries for tomcat 3.2 for windows and tried to
run
> > > > the tomcat.bat file.  but i get an exception saying that
> > > > org.tomcat.startup.Tomcat can't be found.
> > > >
> > > > i have the autoexec.bat file with the following:
> > > >
> > > > TOMCAT_HOME=c:\tomcat
> > > >
CLASSPATH=c:\tomcat\lib\servlet.jar;c:\tomcat\lib\webserver.jar;...etc
> > > > for each jar file in tomcat\lib
> > > >
> > > > apparantly the tomcat.bat file is setting the proper classpath.  any
> > > > suggestions?
> > > >
> > > > peter choe

Reply via email to