H Thanks for your reply.
Issue is :
In my weblogic (eg:Server A), my
servlet handles multile requests some of them will be processed locally and some requests require information from another servers(eg:Server B).
As we know all requests should go through execute queue of server A.
In my case all the requests to Server B are struck(some problem in server B). due to that all my threads are struck in execute queue of Server A. even the requests, which need to be processed locally also struck due to there are no execute threads available.
Thanks
-------