------------------------------------------------------------ revno: 11296 committer: Bob Jolliffe <bobjolli...@gmail.com> 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">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp