Tomcat webapp stopped working, please help

2008-11-14 Thread djbowen1
I am running tomcat server on Redhat linux. Tomcat server 5. 2 weeks ago a webapp i have running on port 8010 just stopped working. I am not a tomcat expert by any means and dont know much about it other than trying to help out. The only thing i see that has changed on the server is

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
From: djbowen1 [mailto:[EMAIL PROTECTED] I am running tomcat server on Redhat linux. Tomcat server 5. There' a 5.0 stream (no longer maintained) and a 5.5 stream (maintained). The third version number then becomes significant. Could you give us any more of the version numbers, such as

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread djbowen1
Peter Crowther wrote: From: djbowen1 [mailto:[EMAIL PROTECTED] I am running tomcat server on Redhat linux. Tomcat server 5. There' a 5.0 stream (no longer maintained) and a 5.5 stream (maintained). The third version number then becomes significant. Could you give us any more of the

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
From: djbowen1 [mailto:[EMAIL PROTECTED] I have the catalina.out and the catalina.date logs.which one is more usefull? The .out file typically has any errors in it. The logging format is similar to many other applications. I'd suggest looking through that for error messages - a swift hunt

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread djbowen1
Nov 14, 2008 10:51:39 AM org.apache.catalina.startup.Catalina start SEVERE: Catalina.start: LifecycleException: service.getName(): Catalina; Protocol handler start failed: java.net.BindException: Address already in use:8010 at

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread djbowen1
here is a current log with the port in use fixed Nov 14, 2008 11:01:35 AM org.apache.coyote.http11.Http11Protocol pause INFO: Pausing Coyote HTTP/1.1 on http-8010 Nov 14, 2008 11:01:35 AM org.apache.catalina.connector.Connector pause SEVERE: Protocol handler pause failed

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
From: djbowen1 [mailto:[EMAIL PROTECTED] [...] INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found Not a problem. /usr/java/jdk1.6.0_01/jre/lib/i386/client That's quite an old 1.6. If the app was working before, and this isn't a

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread djbowen1
Yeah sorry it must be 6. i have no backround in this at all so i know very little, it was just dumped on me. The apache httpd.conf file has a virtual host set to redirect email.host.com to email.host.com:8010. Peter Crowther wrote: From: djbowen1 [mailto:[EMAIL PROTECTED] [...] INFO: