Hi,
I am using axis with apache tomcat for my web application. In my application
what happens is that one of the SOAP calls takes time to return (or probably
never returns). Because this call is in synchronized java block, all the other
threads keep waiting for this particular call to return and after some time the
web application stops responding. I think the threads start piling up and
finally the max threads limit (of Tomcat) is reached.
I am not able to figure out the reason...why the soap call gets stuck up and
never returns. Am I hitting some maximum SOAP call limit. Is there any
configuration parameter that I can tweak to get rid of the problem?
Thanks!
Prashant