Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 45954 invoked from network); 12 Jan 2003 21:19:28 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 12 Jan 2003 21:19:28 -0000 Received: (qmail 13881 invoked by uid 97); 12 Jan 2003 21:20:12 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 13782 invoked by uid 97); 12 Jan 2003 21:20:10 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 13697 invoked by uid 98); 12 Jan 2003 21:20:09 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: jmong@adobe.com To: "Tomcat Users List" , pyunusov@rogers.com Message-ID: Date: Sun, 12 Jan 2003 13:18:05 -0800 X-Mailer: Netscape Webmail MIME-Version: 1.0 Content-Language: en Subject: Re: Can't find JAVA_HOME X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I concur with Paul's observation below... please check to see if the tomcat is running as a different user and if so either adjust the user's login shell (.profile (bourne) or .cshrc (c-shell)) and add the appropriate java binary also do the following when tomcat attempts to run /bin/ps -ef | grep java (assuming your on solaris) check to see the /path/to/the/java binary that is being used and set your java_home to that... also you can add additional debugging statements to the startup scripts... for example edit /path/to/tomcat/bin/catalina.sh and add a var to echo out $JAVA_HOME to see what its trying to set it to. Good luck Jan-Michael ----- Original Message ----- From: Paul Yunusov Date: Sunday, January 12, 2003 7:37 am Subject: Re: Can't find JAVA_HOME > On Sunday 12 January 2003 03:34 am, David Durst wrote: > > I just dumped the tomcat 4.1.18 from RPM onto a system. > > It can't seem to find JAVA_HOME. > > > > I echo $JAVA_HOME > > and it comes back perfect, any clues???? > > Specific error messages and echo output, please? Also, you could > be running > Tomcat as one user and echo as another - environments are going to > be > different. > > Paul > > -- > To unsubscribe, e-mail: unsubscribe@jakarta.apache.org>For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: