...
- Start the DHIS2 instance with the command below:
sudo -u dhis /home/dhis/tomcat-dhis/bin/startup.sh
Check the logs live:
tail -f /home/dhis/tomcat-dhis/logs/catalina.out
To stop the DHIS2 instance:
sudo -u dhis /home/dhis/tomcat-dhis/bin/shutdown.sh
If the WAR file deployed in
webapps
is named ROOT.war, you can now access your DHIS2 instance at the following URL:🌐 Accessing DHIS2
Once Tomcat starts, access your instance at:
http://<your-server-private-ip>:8080
Default Login Credentials
...