Hi Hi,
I have a server with Red Hat Enterprise Linux 5 with default Java and Tomcat (tomcat5 & tomcat5-webapps packages) installed. However, I'm not able to view page localhost:8080.
I have started tomcat using 'services tomcat5 start' and the catalina.out log file says the server is started with no errors:
Code:
Using CATALINA_BASE: /usr/share/tomcat5
Using CATALINA_HOME: /usr/share/tomcat5
Using CATALINA_TMPDIR: /usr/share/tomcat5/temp
Using JRE_HOME:
....
....
16-Aug-07 2:44:05 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
16-Aug-07 2:44:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 1136 ms
This is the Java version installed:
Code:
java version "1.4.2"
gij (GNU libgcj) version 4.1.1 20070105 (Red Hat 4.1.1-52)
Is anything missing? Please help!
Thanks in advance!
P.S. Is it really necessary to use the provided tomcat packages from RHN? Or can I use the tomcat downloaded from tomcat.apache.org?