java - How to solve connection time out in Apache Tomcat with application hosted in Microsoft Azure Ubuntu 64-bit instance? -
I've posted an application on ApacheTomac 8.0.3 which takes some time to react (3-4 Say minutes). I have server.xml set in the following configuration
& lt; Connector Port = "8084" Protocol = "HTTP / 1.1" connectionTimeout = "900000" redirectPort = "8443" />
But still after the connection time of one minute or so.
PS I am using the organizational network, so there is a proxy, which may actually end the time (just guess).
Is there a way to add some GIFs that can act as a response to the server, will not the connection timeout? If so, how and where to add?
Comments
Post a Comment