Hi, Here is a description of my software: RedHat Linux 7.0 Apache ......... Tomcat4.0.1 JDK1.3.1_01
I have exactly the same problem. I have set JAVA_HOME and CATALINA_HOME in my .bash_profile of my root account. I start Tomcat with startup.sh script and it seems ok (i obtains the same line that you obtains) but when i do a ps -aux i don't see any process for it. The catalina.out log files contains nothing. Because i have apache installed, and for being sure that a conflict is not on the port number, i change the port in the server.xml file to 1444. If someone can help ... Tanks Daniel Lemay -----Message d'origine----- De : Mika Goeckel [mailto:[EMAIL PROTECTED]] Envoyé : 13 décembre, 2001 10:56 À : Tomcat Users List Objet : Re: Tomcat not starting on initialization Hi Samarth, yes, tomcat shows up as java process(es). Do you get the SegFault as well when you start? Could be a problem with your jdk. What jdk are you using? Do you have other java applications running without problems? Mika ^X^S ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 13, 2001 1:53 PM Subject: Tomcat not starting on initialization > > Following up to my last email about tomcat not starting up, when I point my > browser to http://localhost:8888, I don't get any response. > > Another question, does the process show up when you do a "ps -ef". > > > > > Folks, > > I have installed Tomcat 4.0.1 on a system with Apache 1.3.20 on a Slackware 8.0 > distribution. All the environment variables have also been set in the .profile > file. > > While starting up tomcat using the startup.sh script, I get the following > messages: > > Using CLASSPATH: > /usr/local/tomcat-4.0.1/bin/bootstrap.jar:/usr/local/java/j2se-1.3.1/jdk1.3. 1_01/lib/tools.jar > Using CATALINA_BASE: /usr/local/tomcat-4.0.1 > Using CATALINA_HOME: /usr/local/tomcat-4.0.1 > Using JAVA_HOME: /usr/local/java/j2se-1.3.1/jdk1.3.1_01 > > > Similarly while shutting down tomcat using the shutdown.sh script, I get the > following messages: > > Using CLASSPATH: > /usr/local/tomcat-4.0.1/bin/bootstrap.jar:/usr/local/java/j2se-1.3.1/jdk1.3. 1_01/lib/tools.jar > Using CATALINA_BASE: /usr/local/tomcat-4.0.1 > Using CATALINA_HOME: /usr/local/tomcat-4.0.1 > Using JAVA_HOME: /usr/local/java/j2se-1.3.1/jdk1.3.1_01 > > /usr/local/tomcat-4.0.1/bin/catalina.sh: line 234: 6865 Segmentation fault > $JAVA_HOME/bin/java $CATALINA_OPTS -classpath $CP -Dcatalina.base=$CATALINA_BASE > -Dcatalina.home=$CATALINA_HOME org.apache.catalina.startup.Bootstrap "$@" stop > > Also, the catalina.out log file does not have any entries. I have changed the > paths around but to no avail. Any suggestions on where I am going wrong that > will enable me to start using tomcat will be very helpful. > > Also, the port is 8888. > > > Thanks in advance, > > Samarth Kumar > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>