Changing the company logo
Company logos are one of the most commonly changed items. To change the logo that appears on the Self Service Portal, point to your company logo file name and location in the Self Service Portal configuration.
To change the logo in Self Service Portal
Create the logo image and put in a location in the Tomcat directory on the BMC Remedy Mid Tier server.
Example: C:\Program Files\Apache Software Foundation\Tomcat7.0\webapps\eschat\resources\images\customer_header.png- Open the Self Service Portal Configuration tool.
Modify the Interfaces entry.
- Find the <new-ui> tag. If the <new-ui> tag is not present, you can add it before closing the </interface> tag.
At the end before the closing curly bracket } and closing </new-ui> tag, add the following line along with the comma:
,"img_header":"resources/images/custom_header.png"The result should look something like the following example:
Example of custom logo definition<new-ui>
{
. . .
"msg_userCanceledChat": "System Message: {0} has cancelled chat",
"tabs": [
{
"id": "chat",
"name": "Chat",
"iconCode": "__icon-comments",
"classAppender": "first"
},
{
"id": "open_items",
"name": "Open Items",
"iconCode": "__icon-file_text",
"classAppender": "middle"
},
{
"id": "links",
"name": "Quick Links",
"iconCode": "__icon-link",
"classAppender": "middle"
},
{
"id": "alerts",
"name": "Alerts",
"iconCode": "__icon-exclamation_circle tab",
"classAppender": "last"
}
]
,"img_header": "resources/images/custom_header.png"
}
</new-ui>- Copy the text between <new-ui> and </new-ui> (starting from { and ending with }) to the clipboard, open any json validator (for example http://jsonlint.com/), paste the text, and validate it.
- Correct errors in the text, if any.
- Verify that Status is set to Enabled.
- Click Save.
- On the Self Service Portal Configuration window click Refresh Servlets and click OK.
Related topics
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*