dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23251
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11296: Configure tomcat instance to listen on localhost only as default behaviour
------------------------------------------------------------
revno: 11296
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-07-01 13:34:28 +0100
message:
Configure tomcat instance to listen on localhost only as default behaviour
modified:
tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml'
--- tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml 2013-05-28 12:06:12 +0000
+++ tools/dhis2-tools-deb/pkg/usr/share/dhis2-tools/skel/conf/server.xml 2013-07-01 12:34:28 +0000
@@ -12,7 +12,7 @@
<Executor name="tomcatThreadPool" namePrefix="tomcat-http-"
maxThreads="100" minSpareThreads="10" />
- <Connector port="HTTPPORT" protocol="HTTP/1.1"
+ <Connector port="HTTPPORT" address="127.0.0.1" protocol="HTTP/1.1"
executor="tomcatThreadPool" connectionTimeout="20000" />
<Engine name="Catalina" defaultHost="localhost">