Hi, i have done with all the configuration unfortunately when i run the URL i get this error HTTP Status 404 – Not Found . i installed ubuntu 22.04 java 17 and tomcat 9 . Here is the catalina log GNU nano 6.2 catalina.2024-03-27.log - Pastebin.com
HTTP Status 404 – Not Found
Type Status Report
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Could you double check the dhis.conf settings specifically DHIS2_HOME ?
If the settings are correct, please ensure that the dhis2 tomcat permissions for the directory are correct, you might have entered the command tomcat 8 but you are using tomcat 9, here: Installation - DHIS2 Documentation
For example, instead of: sudo apt-get install -y tomcat8-user
use sudo apt-get install -y tomcat9-user
and so on