hi,
am trying to get Tomcat to run in Vista, have dl'd and installed Tomcat 5.5.23
set necessary vars thus:
JAVA_HOME=C:\Java\jdk1.5.0_12
JRE_HOME=C:\Java\jdk1.5.0_12\jre
but when try to run a webapp I get a 404....
(even tomcat-docs doesn't run..)
I know how to set up Tomcat, have done it before..
I'm wondering if I'm missing anything, but apart from setting up these two env
vars I can't think of anything else right now...
(path to compiler is set correctly, I can compile stand-alone classes..)
for Tomcat I have set CLASSPATH thus:
set CLASSPATH=.;apache-tomcat-5.5.23\common\lib\servlet-api.jar;apache-tomcat-
5.5.23\common\lib\jsp-api.jar
(usu., at the advice of folks in the java group, I don't set classpath, and
never have problems.. but set it now to see if it would help.. Tomcat is not
compiling any JSPs, when I go to 'work' dir there are no src files or classes
for the JSPs..)
thank you..
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)