Customizing the Company Logo

WebStudio can be configured to display your company logo on the login page and the banner page.

Procedure

  1. Unzip the WebStudio.war file located at the BE_HOME/rms/bin/ folder.
  2. In the unzipped folder, open the WebStudio.html file in edit mode.
  3. In the WebStudio.html file, set the value of the company_logo_url variable to the URL of your logo image.
    The URL can be a hyperlink to the logo image which might be hosted on some web-server, for example, http://www.mycompany.com/images/logo.jpg. The URL can also point to an image on the file system within the WebStudio folder hierarchy, for example, webstudio/images/logo.png. Ensure that the image is present in the .WAR file at the path specified.
    Note: To remove the company logo, set the value of the company_logo_url property to the blank string (company_logo_url = "").
  4. Save the HTML file and zip the folder back to the WebStudio.war file.