Commit c569013b authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed link when admin console port changed during setup (JM-90).


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@753 b35dd754-fafc-0310-a699-88a17e54d16e
parent dff1f5bd
...@@ -41,7 +41,11 @@ To continue: ...@@ -41,7 +41,11 @@ To continue:
Please <b style="font-size:1.2em;">restart</b> the server. Please <b style="font-size:1.2em;">restart</b> the server.
</li> </li>
<li> <li>
<a href="index.jsp">Login to the admin console</a>. <%
String server = request.getServerName();
String port = JiveGlobals.getProperty("adminConsole.port");
%>
<a href="http://<%= server %>:<%= port %>/index.jsp">Login to the admin console</a>.
</li> </li>
</ol> </ol>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment