Browser loses connection with Tomcat server -
I am sending a request for the Tomcat server (version 7.0.32). While the server acts on the request, the browser loses connection to the server. I tried to increase the connection, the time-value value shows 20000 to 80000 in server.xml, but it still shows the connection lost in the browser after 5 minutes.
Do I need to change somewhere else or I have to take care of anything else,
In my experience to check some things For browser-server connectivity:
- connectionTimeout
- acceptance
- minSpareThreads
And then, if it One continues to lose connectivity with a specific resource:
- maxWait
- Maximum Active
- maxIdle
- removeAbandonedTimeout
Hope that helps us tell us.
Comments
Post a Comment