Browse Source

Merge tomcat changes to default configuration

Take changes to the tomcat6 default configuration and apply to tomcat7
configuration.  This was done by review of the diff between sovereign's
tomcat6 configuration and the default tomcat7 configuration.
Mike Ashley 8 years ago
parent
commit
b8f030eb48
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/mailserver/files/etc_tomcat7_server.xml

+ 1
- 1
roles/mailserver/files/etc_tomcat7_server.xml View File

69
          APR (HTTP/AJP) Connector: /docs/apr.html
69
          APR (HTTP/AJP) Connector: /docs/apr.html
70
          Define a non-SSL HTTP/1.1 Connector on port 8080
70
          Define a non-SSL HTTP/1.1 Connector on port 8080
71
     -->
71
     -->
72
-    <Connector port="8080" protocol="HTTP/1.1"
72
+    <Connector address="127.0.0.1" port="8080" protocol="HTTP/1.1"
73
                connectionTimeout="20000"
73
                connectionTimeout="20000"
74
                URIEncoding="UTF-8"
74
                URIEncoding="UTF-8"
75
                redirectPort="8443" />
75
                redirectPort="8443" />

Loading…
Cancel
Save