Tomcat
Note: Tomcat 5.5 requires JRE 5.0 by default.
Quick guide:
Tomcat Download
latest version. Tomcat documentation
.
Download
Download the latest Tomcat from http://tomcat.apache.org/download-55.cgi
. You can use the installation package or the binary package.
Setup/Configuration
Copy your war file (either a downloaded war file or if you build the code your self, the one from dhis-web-portal/target) to Tomcat's webapps/ directory.
How to run Tomcat
Double click the tomcat5w.exe file in Tomcat's bin folder (\tomcat\bin).
Start tomcat: Chose Start button to start service for running application.
Stop tomcat: Chose Stop button to stop service when finished application.
Now direct your web browser to http://localhost:8080/
Optional setup to make life easier
Documentation
http://tomcat.apache.org/
Documentation Tomcat 5.5