---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- I have finally gotten my first servlet to run! Woo! However, the first servlet is merely the HelloWorld Servlet. When I try to crank up the REAL servlets, here is the message I get in the mod_jserv.log: [21/03/2000 16:12:53:567] (ERROR) ajp12: Servlet Error: java.lang.ClassFormatErr or: Wrong name: Wrong name [21/03/2000 16:12:53:567] (ERROR) an error returned handling request via protoco l "ajpv12" Here is more information (I think) from the jserv.log file: [21/03/2000 16:12:53:570 CST] <servletException> java.lang.ClassFormatError: Wro ng name at java.lang.ClassLoader.defineClass(Compiled Code) at org.apache.java.lang.AdaptiveClassLoader.loadClass(Compiled Code) at java.lang.ClassLoader.loadClass(Compiled Code) at org.apache.jserv.JServServletManager.load_init(Compiled Code) at org.apache.jserv.JServServletManager.loadServlet(Compiled Code) at org.apache.jserv.JServConnection.processRequest(Compiled Code) at org.apache.jserv.JServConnection.run(Compiled Code) at java.lang.Thread.run(Compiled Code) Any ideas on this one? Ben Ricker -- -------------------------------------------------------------- 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]