DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Branding the Web Console
Branding the Web Consle mainly concerns hooking into the looks of the Web Console providing vendor-provided setup like
- CSS
- Logo
- Main Title
- Vendor URL
Branding support is currently work in progress tracked by FELIX-1015.
Default Branding Plugin
The DefaultBrandingPlugin is the default implementation of the BrandingPlugin interface which is used if there is no BrandingPlugin service registered in the framework. The DefaultBrandingPlugin is configured from a properties file in the bundle using the following properties:
Property Name |
Default Value |
Description |
|---|---|---|
|
Apache Felix |
The name of the product installed in the framework |
|
http://felix.apache.org |
The URL at which more information about the product is available |
|
/res/imgs/logo.png |
A logo representing the product |
|
The Apache Software Foundation |
The name of the product vendor |
|
http://www.apache.org |
The URL of the product vendor |
|
/res/imgs/logo.png |
A logo representing the product vendor |
|
/res/imgs/favicon.ico |
A favicon for the web console |
|
/res/ui/webconsole.css |
A CSS file containing style-sheet formatting |