Server configuration page

General Magnolia Server Data

[#comment] uptime was giving wrong figures since 3.5 / see MAGNOLIA-1821 [/#comment]
Configuration Value
Server up since... ${this.server.getUptime()}
Is admin server: ${this.server.isAdmin()?string}

General Magnolia System Data

[#assign keys = this.systemProperties?keys] [#list keys as key] [/#list]
Configuration Value
${key} ${this.systemProperties[key]}

Virtual URIs

[#list this.virtualUriMappings as mapping] [/#list]
Mapping
${mapping}