Hello,
We are trying to install DHIS2 using the latest DHIS2 docker images in a different context path than Root.
This is what we have in the documentation:
To deploy DHIS2 under a different context then root (
/
) configure the context path by setting the environment variable
CATALINA_OPTS: "-Dcontext.path='/dhis2'"
DHIS2 should be available at
http://localhost:8080/dhis2
But even with that, the application is still deployed under root /.
Do you know what else we can do to achieve that?
Thanks in advance.