IBM Support

Maximo 7.1.x System information displaying in the IE title bar (for WebSphere only)

Question & Answer


Question

How do you display the Maximo 7.1.x System info in the IE title bar on WebSphere?

Answer

On WebSphere, in the Maximo 7.1.x Base Services versions the system administrator can add various information in the Client Browser.

Some examples to think of are as follows:

-Server address information
-IP address information
-User name etc.

This can be achieved by modifying the titlebar.jsp file found in Maximo Base Services.
As an example,see the attached titlebar.jsp where this can be changed in the following default path:

\maximo\applications\maximo\maximouiweb\webmodule\webclient\components

The change to be made ,as shown in the attached .JSP file is as follows:

Line Number : 86

<%@page import="psdi.server.MXServer"%>

Line Number : 147-149

<script>
MAINDOC.title="<%=docTitle+" - Server: "+MXServer.getMXServer
().getName()+" - IP: "+WebClientRuntime.getHostAddress()+" -User:
"+control.getWebClientSession().getUserInfo().getDisplayName()%>";
</script>

Line Number : 166

MAINDOC.showMessage(<%=serverMessageType%>, "<%=serverMessage%>",
false);

This is for WebSphere only.

See an example titlebar.jsp for Maximo7.1.x attached.

The aforementioned line(s) references could be different depending on the used Maximo 7.1.x version.

Please see the related titled DCF's on how to accomplish this applicable to these versions as follows:

"Maximo System information displaying in the IE title bar (for WebLogic only)"

For this ,see the following link:

http://www-01.ibm.com/support/docview.wss?uid=swg21621509

or

"Maximo 7.5.x System information displaying in the IE title bar (for WebSphere only)"

For this ,see the following link:

http://www-01.ibm.com/support/docview.wss?uid=swg21623459

[{"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Component":"--","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.1;7.1.1;7.1.2;7.2;7.2.1;7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSWT9A","label":"IBM Control Desk"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSLKTY","label":"Maximo Asset Management for IT"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.1;7.1.1;7.2;7.2.1","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SS6HJK","label":"Tivoli Service Request Manager"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"","label":"Windows 2003 server"},{"code":"","label":"Windows 2008 server"}],"Version":"7.1;7.1.2;7.2;7.2.1","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSKTXT","label":"Tivoli Change and Configuration Management Database"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":" ","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"},{"code":"PF027","label":"Solaris"},{"code":"PF010","label":"HP-UX"}],"Version":"7.1;7.1.1;7.1.2;7.2;7.2.1;7.2.2","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
17 June 2018

UID

swg21621510