<div dir="ltr"><div><div><div><div><div><div>I've setup a server instance, with simply<br><br></div>mvn package<br>cp server.war /path/to/tomcat<br><br></div>The instance itself seem to come up just fine, and when I try to access it, I get something that vaguely resembles the page at <a href="https://id.mitre.org/connect/">https://id.mitre.org/connect/</a><br>
<br></div>However, all resources the page wants, such as bootstrap, are being loaded from "localhost:8080", instead of from "internal-ip:8080", where the initial request fetches the HTML page.<br><br>
</div>
So what's happening is that browser then tried to fetch these resources from the client machine, instead of the server, which doesn't work to well.<br><br></div>The cause seems to be this head tag:<br><br><base href="<a href="http://localhost:8080/openid-connect-server/">http://localhost:8080/openid-connect-server/</a>"><br>
<br></div>Any suggestions for how I can get the base href corrected?<br><br>Kind regards, Claes<br></div>