Use Custom Logo on BrekekeCCS
Set the following properties on the each module’s Advanced Options.
hide.product=true logo.path=<logo image file's path> favicon.path= <favicon image file's path>
Example (Advanced Options):
hide.product=true logo.path=customlogo/logo-image.png favicon.path=customlogo/favicon.ico
The “customlogo” directory should be created under each product’s directory and above 2 files should be included on that directory.
Example (Location of logo files):
/tomcat/webapps/cim/customlogo/logo-image.png /tomcat/webapps/cim/customlogo/favicon.ico