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
 

 

Reply via email to