Re: Tomcat startup problems

2003-08-03 Thread Tang Guangyu
It seems caused by a wrong user realm configuration. Check server.xml under %TOMCAT_HOME%/conf, remove or correct user realm part. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 8:26 AM Subject: Tomcat startup problems Hello, I am

Tomcat startup problems

2003-08-02 Thread bbonkosk
Hello, I am running WIN98 trying to get Tomcat to run. It installs with no problems, but then when I proceed to execute the startup batch file I get a bunch of JAVA errors, Following is the contents of my catalina_log files. Any help would be greatly appreciated. -Brad --LOG FILE---

Re: tomcat startup problems on Linux box.

2002-03-05 Thread Patrick Lee
I've noticed that catalina.sh shutdown doesn't always stop Tomcat. It's easy to get around it, you can manually kill the Java process that runs Tomcat. Tomcat won't start if there is already a running version. To automate this, you can modify catalina.sh (just add two lines) to save the

Re: tomcat startup problems on Linux box.

2002-03-05 Thread Christopher K . St . John
Patrick Lee wrote: I've noticed that catalina.sh shutdown doesn't always stop Tomcat. It's easy to get around it, you can manually kill the Java process that runs Tomcat. Tomcat won't start if there is already a running version. To automate this, you can modify catalina.sh (just add two

tomcat startup problems on Linux box.

2002-03-01 Thread Sean Machin
Hi All, I am running Tomcat 4.0 on a Redhat 7.1 machine. Everything is fine, except the startup/shutdown scripts do not seem to work reliably. I installed Tomcat from the RPM, so use the script /etc/init.d/tomcat4 {shutdown|start}. Sometimes they work, sometimes they don't. I can always restart

RE: tomcat startup problems on Linux box.

2002-03-01 Thread Steve Madonna
on my redhat 7.2 machine running java 1.4. Running a tail -f log.file will allow you to see what's going on (where log.file is the logfile you're watching). -Steve -Original Message- From: Sean Machin To: 'Tomcat Users List' Sent: 3/1/2002 8:05 AM Subject: tomcat startup problems on Linux box