Server configuration page
General Magnolia Server Data
Configuration
Value
[#comment] uptime was giving wrong figures since 3.5 / see MAGNOLIA-1821
Server up since...
${this.server.getUptime()}
[/#comment]
Is admin server:
${this.server.isAdmin()?string}
General Magnolia System Data
Configuration
Value
[#assign keys = this.systemProperties?keys] [#list keys as key]
${key}
${this.systemProperties[key]}
[/#list]
Virtual URIs
Mapping
[#list this.virtualUriMappings as mapping]
${mapping}
[/#list]