Defining labels for the new menu group and its items

Last Updated : Sep 22, 2021 |
Prolog information
The display menu.properties file specifies the labels that the EPM displays to the end user.
  1. In an ASCII text editor, open the display menu.properties file in the TomcatHome/lib/extensions/UniqueDirectoryName/messages directory.
    ADDITIONAL INFORMATION:
    Where, TomcatHome is the directory in which the Tomcat servlet engine software is installed and UniqueDirectoryName is the directory defined in Defining a unique extensions directory. The default is /opt/Tomcat/tomcat
  2. Add a section for each menu group that you added to the configuration menu.xml file.
    ADDITIONAL INFORMATION: myMenuGroup=groupDisplayText
    myMenuItem=itemDisplayText
    Where:
    • myMenuGroup is the menu group identifier specified in the menu.xml configuration file.
    • myMenuItem is the menu item identifier specified in the menu.xml configuration file.
    • groupDisplayText is the group label that Experience Portal displays in the EPM main menu.
    • itemDisplayText is the item label that Experience Portal displays in the EPM main menu.
  3. Save and close the file.
For example:
myMenuGroup=My Menu Group
myUsersItem=Users
myAdminItem=Administrator
myUserMgrItem=User Manager