Steps
1. test.jsp page
2. user presses a button and calls
servlet 3. Servlet calls database procedure in DAO
4. servlet forwards the request to same
jsp page.
Following is the code in Servlet,
The requestdDispatcher does not work if the database procedure takes more than 10 mins. Please let me know how to rectify this. There is no error, browser just keeps loading and nothing happens. Debug messages before forward was written to the console. Database procedure executes fine.