|
Hi!
We can't help You if You
give so little information about the errors.
Have you tried without
SingleThreadModel?
What is in the error.log generated by
jrun?
Send Your code so that we can look into it
.
Waiting for Your reply.
Best wishes,
Andras.
----- Original Message -----
Sent: Wednesday, August 04, 1999 8:01
AM
Subject: Could not load Servlet
Error
This is the second posting.
I really need to get out of this error ASAP.
Can anyone help me out !
Hi All !
I am giving access to an MS access database
through a servlet. To make the application thread safe. I tried
to implement the SingleThreadModel interface as
public class MyServlet extends HttpServlet
implements SingleThreadModel {
.....
}
Althought the servlet gets
compiled...
I receive the following error on loading from
browser:
500 Internal Server
Error
MyServlet.jrun:
Could not load
servlet
Can anyone help me out here or tell me a
better way to be thread safe. Other software in use : jdk1.2.1. jsdk2.1, iis 4.0, JRun 2.3.2, MS access (2000) on
an NT 4.0 SP4 platform.
Thankx in advance
Gautam
|