Hi,
We are using struts framework in our application and we are facing problem in jsp rendering. It is giving tcp/ip problem.
From the logs we can see that the request is processing twice and due to this the timeout issue is coming. We are unable to trace why the execute method is executing twice.
Problem Description:
Our application is to connect active directory and get all the accounts and refresh them with new values from the database. In one of the JSP we have a link for this purpose to hit an action class. We identified that when there are aroung 1000 accounts this is working fine and the result JSP is displaying correctly. When there are more than 1200 accounts the execute method is executing twice and due to this we are getting network error/may be server busy error. From the logs we can see the execution method is executing correctly and the next jsp also initialised fine. But finally we are getting the network error.
Can anyone help me on this to trace why the request is hitting twice.