Customizing Message Properties
You can customize the message properties of CloudPortal Business Manager UI without compiling any bundle.
To customize message properties
-
Go to
$VIRGO_HOME/repository/prop/customMessages/CpbmCustomApplicationResources.properties
Locale specific filenames are CpbmCustomApplicationResources_<language code>.properties
- Add the existing message key and value that you want to customize.
- Restart the server.
Note: In a multimode setup, make sure that the files in the path $VIRGO_HOME/repository/prop/customMessages/ are the same.
To customize message properties when CAS is enabled
- Go to $VIRGO_HOME/repository/prop/casCustomMessages/messages.properties
Locale specific filenames are messages_<language code>.properties
- Modify the values as required.
- Restart the server.
Note:
- In case of upgrade while CAS is enabled, if any customization is done in earlier versions of messages_<locale>.properties file then you must manually merge the files in the specified location because the CAS messages.properties file will be picked up from $VIRGO_HOME/repository/prop/casCustomMessages/ and not from the bundle.
- In a multimode setup, make sure that the files in the path $VIRGO_HOME/repository/prop/ casCustomMessages/ are the same.
Comments