I’m following open AM (12.0.0) getting started guide (https://backstage.forgerock.com/#!/docs/openam/12.0.0/getting-started) but not able to access the OpenAM login page when I use the server alias name e.g.- http://openam.example.com:8080/openam/
It keeps showing me the Open AM’s page is loading screen only (index.html).
However when I replace the alias in URL to localhost then it starts showing up the login page correctly. I can see that localhost is hard coded at many a places in various files in OpenAM war file e.g.-
getServerInfo.jsp
/config/wizard/step3.htm
Please note that I can access other applications with alias e.g. ROOT or tomcat examples.
Could this hard coding be the reason for the issue? How to get around around this issue.