On Mon, 2 Jun 2003 01:31, Hemendra Rana wrote: > I am running Tomcat 4.1.24 server on Linux and every morning I get the > following exception. Things work perfectly fine throughout the day after > I restart the Tomcat server. Any ideas? Could this be a logger issue, > because my server logs rotate every night. > > 2003-06-01 08:32:31 ApplicationDispatcher[] Servlet.service() for > servlet jsp threw exception > org.apache.jasper.JasperException: Communication link failure: > java.io.IOException
Don't think it's a logger issue... Are your JSP's accessing a database or a remote server for some other reason? Looking through Google that error is usually thrown through JDBC, so it could well be something on the database end causing it. Regards, -- Jason Bainbridge KDE Web Team - http://kde.org [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
