Is there a static initializer block in your servlet?  That could mess it up
if the static block depends on other non-static classes/objects to be loaded
before itself is loaded.

Scott Stirling

> -----Original Message-----
> From: Tom Duffy [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 11, 2001 9:30 AM
> To: JRun-Talk
> Subject: RE: preload servlet error
>
>
> Thanks for the reply.  I've tried that, and I've also tried
> loading them as
> 'loose' classes (taken them out of the package and put them in the
> testServlet.class file in the /classes directory).
>
> no luck.
>
>
>
> At 03:03 PM 05/10/2001 -0600, you wrote:
> >Isn't the servlet class file supposed to go in the
> web-inf\classes directory
> >instead of web-inf\lib?  Your full path would be
> >c:\progra~1\allaire\jrun\servers\default\appname-app\web-inf\
> classes\testPac
> >kage\testServlet.class.
> >
> >I'm not sure but I would try that.
> >
> >-----Original Message-----
> >From: Tom Duffy [mailto:[EMAIL PROTECTED]]
> >Sent: Thursday, May 10, 2001 9:54 AM
> >To: JRun-Talk
> >Subject: preload servlet error
> >
> >
> >Hello,
> >     I'm trying to preload a servlet and continue to get the
> following error
> >message in the event log for the server:
> >
> >05/10 11:44:16 error (JRun) Could not pre-load servlet: testServlet
> >[javax.servlet.ServletException: Could not instantiate
> >testPackage.testServlet]
> >[1]java.lang.ClassCastException: testPackage.testServlet
> >
> >The servlet I'm trying to preload is
> >appname-app/WEB-INF/lib/testPackage/testServlet.class
> >
> >I've defined this servlet and set it to preload by using the Serlet
> >Definitions and Set preLoad Order in the JMC and it appears
> to make the
> >correct changes to the web.xml.
> >
> >I don't get this error if when I do not preload the server.
> >
> >Any advice?
> >
> >Tom D.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to