[EMAIL PROTECTED] wrote:
All, I downloaded apache-tomcat-6.0.14 .trying to install it on AIX5.3 . I am not able to locate any install doc . So I have untarted tar file which created directories below . I`m guessing that`s how u install it ? when i try to start it I get java error Neither the JAVA_HOME nor the JRE_HOME environment variable is defined. it`s in the path . I`m new to the apache-tomcat , please point to the documentation or give me some tips . thanks

[cemcp62]/usr/apache-tomcat-6.0.14/bin>which java
/usr/java14/jre/bin/java
[cemcp62]/usr/apache-tomcat-6.0.14/bin>
1)First it looks as though you have jdk 1.4 installed. You would probably need jdk5 or preferably jdk6. The download/install info for
JDK for AIX can be found at the following URL:
https://www14.software.ibm.com/iwm/web/cc/earlyprograms/ibm/java6/download.shtml

2)after installing JDK, add the following in the startup.sh script file:
export JAVA_HOME=/usr/java/jdk1.6.0/

--
Regards

Gabe Wong
NGASI AppServer Manager
Application server installation and configuration automation
for Tomcat, JBoss, and Jetty.
http://www.ngasi.com


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to