servlet stops working with 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
20:30 UTC
Read the original article
Hit count: 216
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
© Stack Overflow or respective owner