Technote (FAQ)
Question
How do you display the Maximo 7.5.x System info in the IE title bar on WebSphere?
Answer
On WebSphere, in the Maximo 7.5.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 7.5.x or Smart Cloud Control Desk (SCCD) 7.5 in the following default path:
\maximo\applications\maximo\maximouiweb\webmodule\webclient\components
The change to be made in the .JSP file is as follows:
Line Number : 99
<%@page import="psdi.server.MXServer"%>
Line Number : 154-156
<script>
MAINDOC.title="<%=docTitle+" - Server: "+MXServer.getMXServer
().getName()+" - IP: "+WebClientRuntime.getHostAddress()+" -User:
"+control.getWebClientSession().getUserInfo().getDisplayName()%>";
</script>
Line Number : 174
MAINDOC.showMessage(<%=serverMessageType%>, "<%=serverMessage%>",
false);
This is for WebSphere only.
See an example titlebar.jsp attached
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)"
or
"Maximo 7.1.x System information displaying in the IE title bar (for WebSphere only)"
| 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.2.1, 7.2.2, 7.5 | ||
| Systems and Asset Management | Tivoli Service Request Manager | AIX, Linux, Solaris, Windows 2003 server, Windows 2008 server | 7.2.1, 7.5 | ||
| Systems and Asset Management | Tivoli Change and Configuration Management Database | AIX, Linux, Windows, Solaris, HP-UX | 7.2.1, 7.2.2, 7.5 |
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.