Customize the report appearance with style sheets

You can change the look of the web reports viewer by adding a few configuration parameters to the webreports.properties file and specifying your own custom style sheets.

Use the webreports.properties.example file to see how the default style sheets are indicated in the section labeled “WebApp Customization Properties.”


webreports.cssPath=../styles
webreports.imagePath=../images

The .css assets (for example, files and images) are included in the webreports.war file, which is deployed on the web application server. Using custom style sheets requires that you add the custom files to similar directories in your own WAR file and modify these webreports.properties values appropriately.