After installing JDK, and adding  the following in the startup.sh script 
file: export JAVA_HOME=/usr/java6_64/sdk/. It started . How to test it 

[cemcp62]/usr/apache-tomcat-6.0.14/bin>./startup.sh
Using CATALINA_BASE:   /usr/apache-tomcat-6.0.14
Using CATALINA_HOME:   /usr/apache-tomcat-6.0.14
Using CATALINA_TMPDIR: /usr/apache-tomcat-6.0.14/temp
Using JRE_HOME:       /usr/java6_64/sdk/
[cemcp62]/usr/apache-tomcat-6.0.14/bin>

When I type address below in URL ,it comes back with page not found error 
. how do i test if apache-tomcat is working or not ? 


https://cemcp62:8080/


thanks 



Gabe Wong <[EMAIL PROTECTED]> 
10/25/2007 11:26 AM
Please respond to
"Tomcat Users List" <users@tomcat.apache.org>


To
Tomcat Users List <users@tomcat.apache.org>
cc

Subject
Re: help with apache-tomcat-6.0.14 install






[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