<div dir="ltr"><div><div><div><div><div><div>I&#39;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 &quot;localhost:8080&quot;, instead of from &quot;internal-ip:8080&quot;, where the initial request fetches the HTML page.<br><br>
</div>
So what&#39;s happening is that browser then tried to fetch these resources from the client machine, instead of the server, which doesn&#39;t work to well.<br><br></div>The cause seems to be this head tag:<br><br>&lt;base href=&quot;<a href="http://localhost:8080/openid-connect-server/">http://localhost:8080/openid-connect-server/</a>&quot;&gt;<br>

<br></div>Any suggestions for how I can get the base href corrected?<br><br>Kind regards, Claes<br></div>