Modify Maximo login page text and images with MaxMessages

Over the years, I have seen many Maximo instances where the client changes the login page to show whether it is a production environment or a test environment by customizing the login.jsp page as need.  Some even add their own images such as their company logo.  Well, in Maximo 7, you no longer have to modify the login.jsp file if you don’t want to.  You can manage the text on the login page with MaxMessages.

This text is available for purchase but you need to login or register first. Please Login here.
About Chon

I am a Senior Consultant/Software Engineer and co-lead developer of EZMaxMobile at InterPro Solutions, LLC

  • Pingback: Hide or disable 'new user' registration on the Maximo login page | Maximo Times

  • Q

    The only issue is that the ‘welcomemaximomessage’ key is also used in the tag of login.jsp which does not render html so you would see (“Welcome to Maximo Production Environment”) at the top of your browser. To work around this, I created a new message in Messages with message key ‘maxenvironment’ and value of ‘Development’ in this case, then added a new element to the labelList string array in login.jsp called ‘maxenvironment’ just for the title tag so we’re free to use any markup for the welcomemaximomessage message key value.

  • Pingback: Customize login page with MaxMessages