Prudence Administration
Here you're able to control your Prudence component, applications, virtual hosts and servers. Note that live changes you make here will be lost when you restart Prudence.
Running on Prudence version <%= version %>.
Applications<% for (var i = applications.iterator(), index = 0; i.hasNext(); index++) { var app = i.next(); %><%= app.name %><%= app.description %>
Owner: <%= app.owner %> Routes:
<% if (app.started) { %> Running (stop) <% } else { %> Stopped (start) <% } %> |
Virtual Hosts<% for (var i = component.hosts.iterator(), index = 0; i.hasNext(); index++) { var host = i.next(); %><%= host.name %>URI patterns to match:
Localhost: <%= host.localHostName + ' (' + host.localHostAddress + ')' %> Base routes:
<% if (host.started) { %> Running (stop) <% } else { %> Stopped (start) <% } %> Servers<% for (var i = component.servers.iterator(), index = 0; i.hasNext(); index++) { var server = i.next(); %><%= server.name %><% } %> |