---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Setup: Redhat 5.2 Apache 1.3.6 Blackdown JDK 1.1.7_v1a JServ 1.0 JServSSI 1.1.2 RavenSSL 1.4.1 Situation: Everything is running fine, but every once in a while, I'll get an exception like this in the source of the page using <SERVLET> (i've substituted "blah" for file/class/directory names) java.lang.ClassNotFoundException: can't find servlet named "Blah" at org.apache.servlet.ssi.ServletInfoRequest.runServlet(ServletTagHandler.java) at org.apache.servlet.ssi.ServletTagHandler.executeTag(ServletTagHandler.java) at org.apache.servlet.ssi.PageParser.interpretPage(PageParser.java) at org.apache.servlet.ssi.PageParser.process(PageParser.java) at org.apache.servlet.ssi.PageParserServlet.doGet(PageParserServlet.java) at javax.servlet.http.HttpServlet.service(HttpServlet.java:499) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:335) at org.apache.jserv.JServConnection.run(JServConnection.java:197) at java.lang.Thread.run(Thread.java) if I try clicking to another page that also contains servlet tags after this happens, then I get an "Internal Server Error" page and this shows up in the jserv.log. [26/10/1999 11:25:04:350] (ERROR) an error returned handling request via protocol "ajpv11" [26/10/1999 11:26:27:651] (ERROR) ajp11: Servlet Error: java.io.FileNotFoundException: /home/blah/blah/index.html: home/blah/blah/index.html nothing interesting in the httpsd.error log. Restarting apache solves the problem. Any ideas of what would cause this? Thanks. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]