Re: Tomcat doesn't run... why?
Posted By:
Michael_Lam
Posted On:
Thursday, November 22, 2001 03:16 PM
Have the similar problem but I noticed if I use jdk1.3.0 the problem goes away. From what I can see I think the 1.3.1_01 distribution have some incompatibility with tomcat 4.0. You can see the same thing by manually launching tomcat and try to shut it down. You will see a message that the connection was refused and the exception is from java.net.Connection.
Re: Tomcat doesn't run... why?
Posted By:
charlene_wroblewski
Posted On:
Friday, November 16, 2001 05:18 AM
I am having a similar problem. I get the error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/catalina/startup/Bootstrap
I'm not sure whats wrong.
Re: Tomcat doesn't run... why?
Posted By:
Dong_Chen
Posted On:
Friday, November 2, 2001 11:24 PM
What OS are you using? UNIX? I use Windows 2000 and have installed Tomcat-4.0 with jdk1.3.1_01. It works fine. There is a wrapper.properties file in 'CATALINA_HOMEconf' directory. You need to set wrapper.tomcat_home= and wrapper.java_home=. Another thing you may try is to give different port number other than 8080 in the server.xml file, because the port 8080 may be used already in your computer.
Dong
Re: Tomcat doesn't run... why?
Posted By:
Richard_li
Posted On:
Friday, November 2, 2001 02:30 PM
I got similar problem. but it does show some error message like the following:
[1]+ Segmentation fault $JAVA_HOME/bin/java $CATALINA_OPTS -classpath $CP -Dcatalin
a.base=$CATALINA_BASE -Dcatalina.home=$CATALINA_HOME org.apache.catalina.startup.Bootstra
p "$@" start >>$CATALINA_BASE/logs/catalina.out 2>&1
Do not know what is going on. The file structure of 4.0 is so different from previous version. Doc is very simple. Need help. Thanks
Richard