
* new safer way of shutting down the router per discussions with oOo (dealing with a graceful shutdown where the user updates their config before the shutdown is complete, etc) * graceful shutdown implemented in the router - shutdownGracefully(), cancelGracefulShutdown(), shutdownInProgress()
11 lines
710 B
Plaintext
11 lines
710 B
Plaintext
<h4><% if (request.getRequestURI().indexOf("config.jsp") != -1) {
|
|
%>Network | <% } else { %><a href="config.jsp">Network</a> | <% }
|
|
if (request.getRequestURI().indexOf("configservice.jsp") != -1) {
|
|
%>Service | <% } else { %><a href="configservice.jsp">Service</a> | <% }
|
|
if (request.getRequestURI().indexOf("configclients.jsp") != -1) {
|
|
%>Clients | <% } else { %><a href="configclients.jsp">Clients</a> | <% }
|
|
if (request.getRequestURI().indexOf("configlogging.jsp") != -1) {
|
|
%>Logging | <% } else { %><a href="configlogging.jsp">Logging</a> | <% }
|
|
if (request.getRequestURI().indexOf("configadvanced.jsp") != -1) {
|
|
%>Advanced | <% } else { %><a href="configadvanced.jsp">Advanced</a> | <% } %></h4>
|