Servlet stops working on Tomcat server after some hits or time
- by nekin
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?