I have it running on an experimental basis on my home Debian machine but haven't really used it much recently, instead having to use W2K at work where my real work takes place. So my memory is not fresh on it. But the first thing I'd check is ps -aux | grep java. If you see java in the process list then I believe that Tomcat is running. If not then you're right and the problem is that it's really not running. If it is then the problem may be your mappings.
What to the log files say? Do they indicate that it has started up successfully, i.e. does it say the threads are starting? I know this isn't a specific answer to your problem but I think it might at least get you closer, Ken -----Original Message----- From: Jan Behrens [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 9:38 AM To: 'Tomcat Users List' Subject: Tomcat not starting on Debian Hello List, I am trying to get Tomcat 4.1.24 LE to run on a Debian Maschine to which I have access via SSH (only). A new JDK 1.4.1 is installed and JAVA_HOME is set accordingly. When running startup.sh I get the following msgs in the shell: bash:/opt/jakarta-tomcat-4.1.24-LE-jdk14/bin$ ./startup.sh Using CATALINA_BASE: /opt/jakarta-tomcat-4.1.24-LE-jdk14 Using CATALINA_HOME: /opt/jakarta-tomcat-4.1.24-LE-jdk14 Using CATALINA_TMPDIR: /opt/jakarta-tomcat-4.1.24-LE-jdk14/temp Using JAVA_HOME: /opt/j2sdk1.4.1_02 And that is it, I can't find any errors in the log-files but there is no service running on Port 8080. Can anyone point me in the right direction, I can also post the logs if that would help but I think they are allright... Regards Jan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
