We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa99c6 commit b51c76cCopy full SHA for b51c76c
1 file changed
resources/tomcat/conf/server.xml
@@ -18,7 +18,7 @@
18
<Server port='-1'>
19
20
<Service name='Catalina'>
21
- <Connector port='${http.port}' bindOnInit="false" connectionTimeout="20000"/>
+ <Connector port='${http.port}' bindOnInit="true" connectionTimeout="20000"/>
22
23
<Engine defaultHost='localhost' name='Catalina'>
24
<Valve className="org.apache.catalina.valves.RemoteIpValve" protocolHeader="x-forwarded-proto"/>
0 commit comments