Customizing Logos and Images

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

  1. Extract and create customized resource bundle file, that is, SharedStringResources.properties. Refer to Localize Text Strings.
  2. 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
  3. If you need to change any logos or images:
    1. create a new directory called "images" under $MQ_COMMON_DIR/<<Enterprise name>>/.
    2. Copy the desired logo image file and other images (For example, MyCompany.gif) in this images directory.
  4. Save the files.
  5. 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.
    • The logo image size must be 1600 X 67.