RE: tomcat not starting properly on Linux

2001-12-18 Thread Bongiorno.Christian
Well, all the java processes your seeing are actually threads. Linux treats a thread like a process -- processes that just happen to share the same memory space. I could recommend upgrading to TC 4.0 BTW. As for why you're not getting anything on 8080? Don't know. -Original Message-

RE: tomcat not starting properly on Linux

2001-12-18 Thread Larry Isaacs
It is normal to see the CLASSPATH, JAVA_HOME, and TOMCAT_HOME echoed just before Tomcat is actually started. I can't explain why you would not see some sort of error if Tomcat 3.3 was not starting successfully. Are you using the tar.gz or the RPM installation? Have there been any modifications