Web Hosting Talk







View Full Version : TOMCAT Questions (pls help)


stephenn
08-29-2002, 02:35 PM
Hi,

I Have downloaded Tomacat for my server and I wanted to run
a small JSP script.

And having problem.

This is what I have down so far.

downloaded =>jakarta-tomcat-4.0.4-LE-jdk14.tar

allthe files in /use/local/tomcat/jakarta-tomcat-4.0.4-LE-jdk14/

How to run the one of the examples JSP Script.


Thansk

stephenn
08-29-2002, 08:33 PM
Ok,

I have installed tomcat and when i start to run tomcat

root]./startup.sh

I got following error

The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program

so what i did is

export JAVA_HOME=/home/stepen/Java/jdk/jdk1.2.2 and after i run ./startup.sh still getting same issue.

pls help some one.

thanks

Haley
08-30-2002, 11:57 PM
Did you set the Classpath and Path variables for the jdk? If not, do it in the environment settings of the operating system.