Servlet stops working on Tomcat server after some hits or time

Posted by nekin on Stack Overflow See other posts from Stack Overflow or by nekin
Published on 2010-05-20T18:54:46Z Indexed on 2010/05/20 21:20 UTC
Read the original article Hit count: 517

Filed under:
|
|
|

I have a very strange issue with some of my servlets. Below is my configuration:

  • Folder A has X number of servlets deployed in Tomcat directory
  • Folder B has Y number of servlets deployed in Tomcat directory

After certain amount of time or hits to any of the servlets in Folder B, it stops working properly, whereas at same time all servlets of Folder A works fine.

I am not able to trace where I am doing mistake.

All coding for both folder's servlets is the same, the only difference is they are interacting with different DB's, but it is very simple read only operation with DB though.

Any ideas?

© Stack Overflow or respective owner

Related posts about java

Related posts about jdbc