Request-response in Tomcat
I am using Tomcat 4.1.29 and servlets to design an application.
This application implements the SingleThread model.
My problem is that even when mutiple users are accessing different parts of the application,
the response from the server is interfering amongst them.
Eg. If A & B are accessing different parts of the application, the exception that A should see on his browser, is appearing on B's browser. It is not a frequent error, but it does come up sometimes.
What could be the possible reasons ?
Any remedial ideas ?
Regards,
Sherbir
__________________
Regards,
Sherbir
|