--- On Wed, 7/14/10 at 10:08 AM, testwreq wreq <testw...@gmail.com> wrote:

> catalina logs are showing jre_home as
> null. Any ideas how to set it?
> 

Earlier, in a separate thread, you indicated that java 1.6 was installed.

At the command prompt type:

$ which java

which should display something like:

/usr/local/jdk1.6/bin/java

Depending on the 'shell' you are using you should be able to use of the 
following commands:

$ export JAVA_HOME=/usr/local/jdk1.6

$ setenv JAVA_HOME /usr/local/jdk1.6

This will only set JAVA_HOME for the current 'shell', it is not permanent.  

- Bob


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to