Servlet requests are created automatically in tomcat :-)
deepa raj
Ranch Hand
Joined: Jul 25, 2008
Posts: 124
posted
0
Dear Ranchers,
We have deployed one simple servlet in Tomcat which will extract the records from DB.When we give the request to that servlet , it executes well if the records are less.If the records are more (means it will execute some long time) , after some time , automatically , one new request has been generated by the Tomcat.Both the request are processing in the server.After some time, the third request has been generated.and so on...
If anybody facing these kind of issues ? Please help us to resolve this issue.