The resource bundles allow you to customize the logos and images displayed on the user interface.
For example, the TIBCO MDM GUI displays:
Company logo at the top left of the main UI screen (tibcologo2.gif)
Legal bar at the bottom of the user interface (TibcoLegalbar.gif)
You can replace these images with images of your company’s logo. You can also have a separate set of images for each enterprise.
Procedure
Extract and create customized resource bundle file, that is, SharedStringResources.properties. Refer to Localize Text Strings.
Edit the customized enterprise specific resource bundle, that is, SharedStringResources.properties as required as per the table below. For example, change neutralized_Logo=VeloselLogowBorder52.gif to neutralized_Logo=<name of the new logo image file> like neutralized_Logo=MyCompany.gif.
SharedStringResources.properties
To customize this image
Set this property in SharedStringResources.properties
Company Logo
neutralized_logo
Legal bar at the bottom of the screen
neutralized_productversion
If you need to change any logos or images:
create a new directory called "images" under $MQ_COMMON_DIR/<<Enterprise name>>/.
Copy the desired logo image file and other images (For example, MyCompany.gif) in this images directory.
Save the files.
Restart the application server.
Note:
The TIBCO MDM login page does not display the custom images. The above procedure only changes the images on all the GUI pages except the login page.