Hi! I completed install Ant & j2sdk, and then tried type ./startup.sh; it show the result as following. It seem correct. But I cannot access
http://localhost:8080. Why?
[root@localhost bin]# ./startup.sh
Using CATALINA_BASE: /usr/tomcat/jakarta-tomcat-5.5.4
Using CATALINA_HOME: /usr/tomcat/jakarta-tomcat-5.5.4
Using CATALINA_TMPDIR: /usr/tomcat/jakarta-tomcat-5.5.4/temp
Using JAVA_HOME: /usr/java/j2sdk1.4.2_06/
[root@localhost bin]# ./shutdown.sh
Using CATALINA_BASE: /usr/tomcat/jakarta-tomcat-5.5.4
Using CATALINA_HOME: /usr/tomcat/jakarta-tomcat-5.5.4
Using CATALINA_TMPDIR: /usr/tomcat/jakarta-tomcat-5.5.4/temp
Using JAVA_HOME: /usr/java/j2sdk1.4.2_06/
This release of Apache Tomcat was packaged to run on J2SE 5.0
or later. It can be run on earlier JVMs by downloading and
installing a compatibility package from the Apache Tomcat
binary download page.