On Tue, Sep 17, 2002 at 02:06:18PM -0400, Anup Ray wrote: > > Hi, > I am a newbie in Tomcat. I downloaded tomcat binary version, unzipped it and > trying to start it but getting the following error. Could anybody help me > out. > Thanks---Anup Ray > [EMAIL PROTECTED] > _____________________________ > # ./startup.sh > The JAVA_HOME environment variable is not defined correctly > This environment variable is needed to run this program >
Well, it appears that either startup.sh or catalina.sh thinks that JAVA_HOME is not pointing to the correct place. Put an echo $JAVA_HOME in either (or both) startup.sh or catalina.sh to see what they are seeing as your JAVA_HOME Kent -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
