=== modified file 'pom.xml' --- pom.xml 2011-03-15 11:54:33 +0000 +++ pom.xml 2011-03-24 05:58:56 +0000 @@ -36,11 +36,11 @@ true dhis2_user_manual_en.xml ${docbook.source}/en/ - ${docbook.target}/en/user/html + ${docbook.target}/en/user/html/ - - + + @@ -72,7 +72,7 @@ ${docbook.source}/en/ ${docbook.target}/en/end-user/html - + @@ -105,7 +105,7 @@ ${docbook.source}/en/ ${docbook.target}/en/implementer/html - + @@ -137,9 +137,9 @@ dhis2_user_manual_en.xml,dhis2_end_user_manual.xml,dhis2_implementation_guide_en.xml ${docbook.source}/en/ - - - + + + @@ -157,9 +157,9 @@ *.xml ${docbook.source}/en/ - - - + + + === modified file 'src/docbkx/en/dhis2_implementation_guide_installation_detailed.xml' --- src/docbkx/en/dhis2_implementation_guide_installation_detailed.xml 2011-03-23 08:04:11 +0000 +++ src/docbkx/en/dhis2_implementation_guide_installation_detailed.xml 2011-03-24 05:58:56 +0000 @@ -156,7 +156,7 @@ - + @@ -192,7 +192,7 @@ - + @@ -202,7 +202,7 @@ - + @@ -497,7 +497,7 @@
Reverse proxying with Tomcat and Apache - Tomcat should be run as a non-privileged user. Typically, it is run as "tomcat6" or "tomcat" . Since non-prviileged users are not able to run services on ports lower than port 1024, one must use the Apache HTTP server in order to "reverse" proxy Tomcat. + Tomcat should be run as a non-privileged user and the service will usually run on port 8080. If you want to run the DHIS 2 server on the nomal HTTP port (80), you will need to configure a reverse proxy using the Apache HTTPD server. First we need to install a few necessary programs. sudo apt-get install apache2 libapache2-mod-proxy-html libapache2-mod-jk a2enmod proxy proxy_ajp proxy_connect The first command will install the necessary Tomcat modules and the second command will make them active.