Hi,

I'm trying to upgrade from Tomcat 3.2.1 to Tomcat 4.0.  I had no problem
installing 3.2.1, but 4.0 just doesn't work for me.  I'm on Linux and
when I execute ./startup.sh, I have the first two echo lines appearing:

Using CLASSPATH:
usagers/eree_devel/soft/jakarta-tomcat-4.0-b5/bin/bootstrap.jar:
/usagers/eree_devel/soft/jdk1.3.x/lib/tools.jar
Using CATALINA_HOME: /usagers/eree_devel/soft/jakarta-tomcat-4.0-b5


but then nothing happens, even if that part of the catalina.sh script
seems to be executed:

$JAVA_HOME/bin/java $CATALINA_OPTS -classpath $CP \
     -Dcatalina.home=$CATALINA_HOME \
     org.apache.catalina.startup.Bootstrap "$@" start \
     >> $CATALINA_HOME/logs/catalina.out 2>&1 &


I've set CATALINA_HOME and JAVA_HOME correctly and put the downloaded
servlet.jar file in $CATALINA_HOME/lib.
Any idea what can be the problem??

MA

Reply via email to