Commit 06b94552 authored by Christian Schudt's avatar Christian Schudt

OF-116 Add a text explaining the path used for http-binding

parent 3eadecb6
......@@ -148,7 +148,7 @@
} %>
<form action="http-bind.jsp" method="post">
<div class="jive-contentBox" style="-moz-border-radius: 3px;">
<table cellpadding="3" cellspacing="0" border="0">
<tbody>
......@@ -176,6 +176,7 @@
<input id="port" type="text" size="5" maxlength="10" name="port"
value="<%=port%>" />
</td>
<td>( <%=serverManager.getHttpBindUnsecureAddress()%> )</td>
</tr>
<tr>
<td>
......@@ -186,6 +187,7 @@
<input id="securePort" type="text" size="5" maxlength="10" name="securePort"
value="<%=securePort%>" />
</td>
<td>( <%=serverManager.getHttpBindSecureAddress()%> )</td>
</tr>
</table>
</td>
......
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