Technote (FAQ)
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
| Segment | Product | Component | Platform | Version | Edition |
|---|---|---|---|---|---|
| Systems and Asset Management | IBM SmartCloud Control Desk | AIX, HP-UX, Linux, Solaris, Windows | 7.5 | ||
| Systems and Asset Management | Tivoli Asset Management for IT | AIX, HP-UX, Linux, Solaris, Windows | 7.1, 7.1.1, 7.2, 7.2.1 | ||
| Systems and Asset Management | Tivoli Service Request Manager | AIX, Linux, Solaris, Windows 2003 server, Windows 2008 server | 7.1, 7.1.2, 7.2, 7.2.1 | ||
| Systems and Asset Management | Tivoli Change and Configuration Management Database | AIX, Linux, Windows, Solaris, HP-UX | 7.1, 7.1.1, 7.1.2, 7.2, 7.2.1, 7.2.2 |
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.