RE: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Caldarale, Charles R
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Subject: help with apache-tomcat-6.0.14 install 
 
 Neither the JAVA_HOME nor the JRE_HOME environment
 variable is defined. it`s in the path . 

Did you read the RUNNING.txt file?  Did you set either of JAVA_HOME or
JRE_HOME, as the message suggests?  Your path setting has nothing to do
with it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Gabe Wong

[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/binwhich 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]



RE: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Shekhar . Dhotre
yes i exported JAVA_HOME on the command line itself. 

how do u install  tomcat-apache or is it just untar of the file?  is there 
any install docs ? Thx 




Caldarale, Charles R [EMAIL PROTECTED] 
10/25/2007 11:08 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






 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] 
 Subject: help with apache-tomcat-6.0.14 install 
 
 Neither the JAVA_HOME nor the JRE_HOME environment
 variable is defined. it`s in the path . 

Did you read the RUNNING.txt file?  Did you set either of JAVA_HOME or
JRE_HOME, as the message suggests?  Your path setting has nothing to do
with it.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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




Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Shekhar . Dhotre
Gabe , 

Downloaded java and installed it , path is set as per IBm doc and is 
showing . Still catalina.sh and startup.sh is complaining about the path . 


[cemcp62]/usr/apache-tomcat-6.0.14/binwhich java
/usr/java6_64/sdk/bin/java

[cemcp62]/usr/apache-tomcat-6.0.14/binjava -version
java version 1.6.0-internal
Java(TM) SE Runtime Environment (build pap6460-20070819_01)
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc64-64 
jvmap6460-20070817_13537 (JIT enabled)
J9VM - 20070817_013537_BHdSMr
JIT  - dev_20070817_1300
GC   - 20070815_AA)

[cemcp62]/usr/apache-tomcat-6.0.14/bin

[cemcp62]/usr/apache-tomcat-6.0.14/bin./catalina.sh -run
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program


[cemcp62]/usr/apache-tomcat-6.0.14/bin./startup.sh
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program


[cemcp62]/usr/apache-tomcat-6.0.14/binecho $PATH
/usr/java6_64/sdk/bin:/usr/java6_64/sdk/jre:/usr/sbin/acct:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin:/usr/local/bin
[cemcp62]/usr/apache-tomcat-6.0.14/bin




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/binwhich 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]




Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Shekhar . Dhotre
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/binwhich 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]




Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Gabe Wong

[EMAIL PROTECTED] wrote:

[cemcp62]/usr/apache-tomcat-6.0.14/bin./startup.sh
Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program


[cemcp62]/usr/apache-tomcat-6.0.14/binecho $PATH
/usr/java6_64/sdk/bin:/usr/java6_64/sdk/jre:/usr/sbin/acct:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/bin/X11:/sbin:/usr/java14/jre/bin:/usr/java14/bin:/usr/local/bin
[cemcp62]/usr/apache-tomcat-6.0.14/bin


  


Shekhar,
Have you added the following towards to the top of the startup.sh script 
file:

export JAVA_HOME=/usr/java6_64/sdk/

--
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]



Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Pid
[EMAIL PROTECTED] wrote:
 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/

https://cemcp62:8080/

or

http://cemcp62:8080/

?


There'll be no HTTPS, until you configure a valid SSL enabled connector.

p



 
 
 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/binwhich 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/
 


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



Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Shekhar . Dhotre
I get to tomcat manager screen now through https://cemcp62:8080/ . what is 
the user name and password  you use to login ?I tried to login as root but 
it doesn`t take it. Thx 




Pid [EMAIL PROTECTED] 
10/25/2007 12:38 PM
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:
 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/

https://cemcp62:8080/

or

http://cemcp62:8080/

?


There'll be no HTTPS, until you configure a valid SSL enabled connector.

p



 
 
 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/binwhich 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/
 


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




Re: help with apache-tomcat-6.0.14 install

2007-10-25 Thread Pid
[EMAIL PROTECTED] wrote:
 I get to tomcat manager screen now through https://cemcp62:8080/ . what is 
 the user name and password  you use to login ?I tried to login as root but 
 it doesn`t take it. Thx 

It depends on your server.xml configuration.

If you have a new install, and haven't configured a different Realm,
then MemoryRealm is active.  The TOMCAT/conf/tomcat-users.xml file is
where you add usernames, passwords and roles for this Realm.

From TC6 onwards, for security reasons there are no users configured as
default.  Read the following configuration for details:

http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#MemoryRealm

You may also find that taking a few minutes to have a browse around the
configuration documents is enlightening.


p





 Pid [EMAIL PROTECTED] 
 10/25/2007 12:38 PM
 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:
 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/
 
 https://cemcp62:8080/
 
 or
 
 http://cemcp62:8080/
 
 ?
 
 
 There'll be no HTTPS, until you configure a valid SSL enabled connector.
 
 p
 
 
 

 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/binwhich 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/

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


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