DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
felix.webconsole.appRoot– This request attribute of typeStringprovides the absolute path of the Web Console root. This path consists of the servlet context path (from <code>ServletRequest.getContextPath()</code>) and the Web Console servlet path (fromHttpServletRequest.getServletPath(),/system/consoleby default). This attribute can be used to provide absolute links to resources (images, CSS, scripts, etc.) or other plugins. This request attribute is available to client side JavaScript as the globalappRootvariable.felix.webconsole.pluginRoot– This request attribute of typeStringprovides the absolute path of the current plugin. This path consists of the servlet context path (from <code>ServletRequest.getContextPath()</code>), the Web Console servlet path (fromHttpServletRequest.getServletPath(),/system/consoleby default) and the plugin label. This attribute can be used to provide absolute links to the plugin itself. This request attribute is available to client side JavaScript as the globalpluginRootvariable.felix.webconsole.labelMap– This request attribute of typeMapprovides a mapping of labels to page titles of registered console plugins. This map may be used to render a navigation of the console plugins such as theAbstractWebConsolePlugin.renderTopNavigationmethod does. The keys and values of the map are of typeString.
...