Hewko, Doug wrote:
> I dloaded the binary code and added my JAVA_HOME (to JRE 1.3.1) and
> TOMCAT_HOME paths. I have "c:\jdk1.3.1\lib\tools.jar" appended to my
> CLASSPATH. When I type "http://localhost:8080";, I get the Tomcat default
> page. When I try to execute a JSP, I get the following error:
[...]

Tomcat ignores CLASSPATH (have a look at startup.bat to see what
I mean).  You can either change JAVA_HOME to point to the *JDK*
root directory (recommended), or manually change startup.bat to
include tools.jar in the CLASSPATH.

-- Andrew

Reply via email to