Hi everyone. I'm brand new to tomcat. I'm running RH Linux 6.1 (kernel
2.2.12, glibc 2.1.3), Blackdown JDK 1.2.2 and Tomcat 3.2.1.
When I try to start Tomcat it freezes after displaying the following:
[root@linrr /root]# tomcat.sh start
Using classpath:
/usr/local/tomcat3.2.1/lib/ant.jar:/usr/local/tomcat3.2.1/lib/jasper.jar:/us
r/local/tomcat3.2.1/lib/jaxp.jar:/usr/local/tomcat3.2.1/lib/parser.jar:/usr/
local/tomcat3.2.1/lib/servlet.jar:/usr/local/tomcat3.2.1/lib/test:/usr/local
/tomcat3.2.1/lib/webserver.jar:/usr/local/jdk1.2.2/lib/tools.jar:/usr/local/
mm1.2c/mysql_comp.jar
[root@linrr /root]# 2000-12-27 08:07:18 - ContextManager: Adding context
Ctx( /examples )
2000-12-27 08:07:19 - ContextManager: Adding context Ctx( /admin )
Starting tomcat. Check logs/tomcat.log for error messages
2000-12-27 08:07:19 - ContextManager: Adding context Ctx( )
2000-12-27 08:07:19 - ContextManager: Adding context Ctx( /test )
2000-12-27 08:07:20 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2000-12-27 08:07:20 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007
Why is it freezing? Any suggestions? The scripts and config files are
virtually unchanged from the defaults. In fact, I had the same problem
before making a single change. Thanks!
-Dan