HI, 

I have a httpServlet running on apache-tomcat-4.1.36 .  My httpServlet
receives HTTP request from a .net application and process it. Sometimes my
httpServlet takes more than 5 min to process this request but,  .net
application is timing out the transaction in 110 Sec. I wonder is there any
way to stop my httpServlet to stop processing the request if it takes more
than 1 min and reply TIMEOUT.

 

Regards

Raj

 

Reply via email to