If I remember correctly, in the past I was able to access it like this:
localhost:7001/producer/MY_APP_NAME
but now I can't pull up any app that I deploy on the server.
The application is displayed without errors but no matter how many URLs I try, I cannot access the app.
By default, in any J2EE container (Tomcat, JBoss, WebLogic, Websphere) running locally, the application URL is:
The port can vary, Tomcat uses 8080 by default but it is something configurable in the file
server.xml