LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Tomcat (https://www.linuxquestions.org/questions/programming-9/tomcat-2426/)

oulevon 05-10-2001 06:33 PM

I was wondering if anyone knew how to configure Tomcat? I have set the TOMCAT_HOME=/tomcat/jakarta-tomcat-3.2.1 and I set the JAVA_HOME=/usr/java/jdk1.3.0_02
I'm not sure what I need to do to the classpath though. if anyone has any answers I'd be pretty psyched. Thanks.

crabboy 05-10-2001 09:55 PM

What is currently in your CLASS_PATH? This is from the tomcat FAQ:

http://jakarta.apache.org/tomcat/jak...at/src/doc/faq

Quote:

Q: What do I need in my CLASSPATH?

A: All you need is a correct version of JDK (1.1.x or 1.2).

Since the JSP engine also uses 'javac' it needs to be in the CLASSPATH.
If you are using JDK 1.1.x it will automatically be included. If
you are using JDK 1.2 you will need to set JAVA_HOME to the directory
where JDK is installed or alternately you can put "tools.jar" in your
CLASSPATH.

All other classes, jar files that are needed, are put by the startserver
script and you don't need to worry about them.


All times are GMT -5. The time now is 03:38 PM.