Skip to content

Commit

Permalink
OF-116 Add a text explaining the path used for http-binding
Browse files Browse the repository at this point in the history
  • Loading branch information
sco0ter committed May 18, 2014
1 parent 3eadecb commit 06b9455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/web/http-bind.jsp
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 06b9455

Please sign in to comment.