> From: news [mailto:[EMAIL PROTECTED] On Behalf Of maya
> Subject: Vista woes....
> 
> for Tomcat I have set CLASSPATH thus:
> set 
> CLASSPATH=.;apache-tomcat-5.5.23\common\lib\servlet-api.jar;ap
> ache-tomcat-5.5.23\common\lib\jsp-api.jar

Get rid of the CLASSPATH - it need not and should not be set for running
Tomcat.  What you have above will certainly cause problems, since
critical jars are now visible to multiple classloaders.

If you have APR installed (bin\tcnative-1.dll), remove it for initial
testing.

Are you trying to run Tomcat as a service or via bin\startup.bat?  (If
you have no startup.bat, get the .zip download and install that instead
of the .exe version.)  Debug with the scripts first, before attempting
to run Tomcat as a service.  When run from the script, what do the
command prompt windows show?  What's in Tomcat's logs directory?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to