I am attempting to set up Tomcat 5.5.2  in a Linux  Red Hat environment. I 
am also looking to
include Tomcat Administration & Manager.

However, I can not get Tomcat Administration to work.


First I set up Java version 6, and when things were not working, I scaled 
back to 5.   (JDK 5 )

jdk-1_5_0_11-linux-i586-rpm.bin

I re-set up user accounts in ../conf/tomcat-users.xml

which includes:
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="tomcat" password="passwrd1" roles="admin,manager"/>


I currently have  set:    JAVA_HOME=/usr/java/jdk1.5.0_11
 
                                      CATALINA_HOME=/usr/local/tomcat 

I run  'set' to confirm that these settings were exported.

When I attempt to run Tomcat Manager through E-links,  it confirms my 
password, and seems to be running.
(Not sure hwat to look for beyond the page saying it is unning.)

When I attempt to run Tomcat Administration through E-links,  I  am asked 
if I want to 

"post data form to 
http://localhost:8080/admin/j_security_check;jsessionid=3BCF622079C7F8B1BD4A252CE3754563
 
'

Then, I click on yes and get this error message: 


                                            Apache Tomcat/5.5.20 - Error 
report 
                           HTTP Status 404 - /admin/  
  
 
--------------------------------------------------------------------------- 
 
  
   type Status report  
  
   message /admin/  
  
   description The requested resource (/admin/) is not available.  
  
 
--------------------------------------------------------------------------- 
 
  
  Apache Tomcat/5.5.20 

Reply via email to