servlet stops working with tomcat server after some hits or time
- by nekin
hi all
i have very strange issue with some of my servlet.
below is my configuration
Folder A is having X number os servelet deployed in tomcat directory
Folder B is having Y number of servelet deployed in tomcat directory.
now after certain amount of time or hits to any of the servelet in Folder B is stops working properly, whereas at same time All servelet of Folder A works fine
i am not able to trace where i am doing mistake
all coding for both folder's servelet is same only difference is they are with different dB, but it is very simple read only operation with dB though.
any idea ?
thks