Hello, I have JServ installed on Windows 95. It works correctly until I try and load any classes that I have created.
JDBC works fine with
 
     Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
 
,but when I do something like:
 
     Class c = Class.forName("SnoopServlet");
 
it fails.
 
I have tried putting the SnoopServlet class in the system servlet zone, and created its own zone.
 
In the mod_jserv.log file, I see an entry like:
 
[13/08/1999 03:43:11:890] (ERROR) ajp11: Servlet Error: java.lang.ClassFormatError: Wrong name: Wrong name
[13/08/1999 03:43:11:950] (ERROR) an error returned handling request via protocol "ajpv11"
Any advice would be appreciated.
 
Howie
 
 
 

Reply via email to