Customize Codar Console title

The Codar Console title appears at the top of the Codar Console next to the HPE logo. By default, the title is "Codar."

You can change the title if you are a user who has access to the system on which Codar is running. To change the title, on the system running  Codar, complete the following:

  1. Open the CSA_HOME\jboss‑as\standalone\
    deployments\csa.war\custom\messages.properties
    file in a text editor.
  2. Add the following attribute and value:

    codar_title=<title>

    <title> is the title that displays at the top of the Codar Console.

    For example, to change the title to CloudSystem," add the following to the file:

    codar_title=CloudSystem

    Note You cannot change the HPE logo.

    If you are translating the title, create a file named messages_<locale>.properties instead (where <locale> identifies the language to which the title has been translated, for example, en for English or ja for Japanese).

  3. Save and exit the file.