Tomcat home is a blank page?
I have tomcat 5.5 installed and running on port 9080.
I tried to go to the home page by going to http://(myip):9080/
But all I get is a blank page. Is this right?
Also, I cant seem to find the manager or admin applications I see mentioned here and there. I tried http://myip:9080/admin, but just got a 404 error.
# 1
I have this additional information from catalina.out if it is of any use:
Jan 25, 2007 11:40:06 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/jdk1.5.0_09/jre/lib/i386/client:/usr/java/jdk1.5.0_09/jre/lib/i386:/usr/java/jdk1.5.0_09/jre/../lib/i386
Jan 25, 2007 11:40:06 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-9080
Jan 25, 2007 11:40:06 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1364 ms
Jan 25, 2007 11:40:06 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 25, 2007 11:40:06 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
Jan 25, 2007 11:40:06 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jan 25, 2007 11:40:09 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-9080
Jan 25, 2007 11:40:10 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 25, 2007 11:40:10 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/87 config=null
Jan 25, 2007 11:40:10 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 25, 2007 11:40:10 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4170 ms