Thanks Kent. I traced out to a file setclasspath.sh and added a line for JAVA_HOME over there. This solved the startup problem. Thanks again, Anup
-----Original Message----- From: Kent Perrier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 2:14 PM To: Tomcat Users List Subject: Re: Problem in tomcat installation in Solaris 8.0 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
