Example 4 Customizing Text Strings of a Set of Properties for Entire Application
Procedure
- Extract the software edition specific resource bundle (say MDM) SharedStringResources.properties from ECM.ear/ECMClasses.jar/com/tibco/mdm/properties/mdm to a directory $MQ_HOME/custom/resources/com/tibco/mdm/properties/mdm.
- Rename extracted resource file, that is, $MQ_HOME/custom/resourcescom/tibco/mdm/properties/mdm/SharedStringResources.properties to $MQ_HOME/custom/resources/com/tibco/mdm/properties/mdm/CustomSharedStringResources.properties.
-
Edit and remove all properties from the file
$MQ_HOME/custom/resources/com/tibco/mdm/properties/mdm/CustomSharedStringResources.properties and keep only the following properties:
inbox=Inbox adminmenu=Administration sysopmenu=System Operations
-
Modify each properties as follow:
inbox=Outlook
adminmenu=Governance sysopmenu=Organization Tasks
- Add $MQ_HOME/custom/resources to the CLASSPATH of the application server startup script.
- Restart the application server.
- Verify the menu items to see the new values are customized.
Copyright © Cloud Software Group, Inc. All rights reserved.