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:

  1. connectionTimeout
  2. acceptance
  3. minSpareThreads

    And then, if it One continues to lose connectivity with a specific resource:

    1. maxWait
    2. Maximum Active
    3. maxIdle
    4. removeAbandonedTimeout

      Hope that helps us tell us.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -