Pages

Friday, December 9, 2011

Changing IBM Logo with Client Logo in Login screen

1) Navigate to the following directory:

<MAXIMO_ROOT>\applications\maximo\maximouiweb\webmodule\webclient\login

Create a backup of the login.jsp and copy the new client image file to 
<MAXIMO_ROOT>\applications\maximo\maximouiweb\webmodule\webclient\login\images


Open login.jsp in a text editor. Search for the following reference: 
<img src="images/loginLogo_IBM.gif" alt="IBM logo" width="122" height="35">


Change the image with client image that you copied in above step. Change the 'width' and 'height' to desired size. In this example it will be doubled:

<img src="images/clientLogo.gif" alt="Client logo" width="244" height="70">

2) Save the modified login.jsp – stop the Application Server – Redeploy and Redeploy the MAXIMO.EAR. After deploying – Clear the Internet Cache of the Browser for the changes to take effect:

2 comments:

  1. Hi,
    We have Successfully changed the logo on the login Screen with the client logo.But unable to Replace IBM logo with Client logo on reports. Suggest me plz.

    ReplyDelete
  2. Hi Narsing
    Go through this link
    http://www-01.ibm.com/support/docview.wss?uid=swg21304923

    ReplyDelete