HP Systems Insight Manager 5.2 Update 2 Technical Reference Guide

Linux and HP-UX:
/opt/mx/jboss/server/hpsim/deploy/jbossweb-tomcat50.sar/conf/web.xml
2. Edit the <session-timeout> value from the default of 20 minutes to the number of minutes you want.
3. Save the globalsettings.Props and the web.xml files.
The updates are saved.
4. Close the web.xml file.
Related topics
Signing in
Networking and security
Users and authorizations
Changing the HP SIM default SSL port
If the HP SIM SSL port conflicts with an application, you can change the default port number. See the
Understanding HP SIM 5.0 security
white paper at http://h18013.www1.hp.com/products/servers/
management/hpsim/infolibrary.html for a list of ports in use. To change the default SSL port for HP SIM,
complete the following:
1. In the server.xml file (located in the %programfiles%\HP\Systems Insight
Manager\jboss\server\hpsim\deploy\jboss-web.deployer directory), change the three
occurrences of 50000 to the desired port.
2. For the first port entry, enter the following and replace 50000 with the port of your choice:
<Connector port="280" scheme="http" protocol="HTTP/1.1" maxThreads="50"
minSpareThreads="5" maxSpareThreads="15" enableLookups="false"
redirectPort="50000" acceptCount="10" debug="0" connectionTimeout="60000"/>
3. For the second port entry, enter the following and replace 50000 with the port of your choice:
<Connector address="${jboss.bind.address}" port="50000" scheme="https"
secure="true" maxThreads="200" minSpareThreads="10" maxSpareThreads="25"
enableLookups="false" acceptCount="10" debug="5" URIEncoding="utf-8"
useBodyEncodingForURI="true" clientAuth="false"
keystoreFile="C:\bullwinkle\target\Windows\stage\SIM\config\certstor\hp.keystore"
keystorePass=" dBDrRbtEjl8bkXg8txCT" sslProtocol = "TLS" />.
4. For the third port entry, enter the following and replace 50000 with the port of your choice:
<Connector port="50000" scheme="https" secure="true" protocol="HTTP/1.1"
SSLEnabled="true" maxThreads="200" minSpareThreads="10" maxSpareThreads="25"
enableLookups="false" acceptCount="10" debug="5" clientAuth="false"
URIEncoding="utf-8" useBodyEncodingForURI="true" compression="on"
keystoreFile="C:\Program Files\HP\Systems Insight
Manager\config\certstor\hp.keystore" keystorePass="pBHQs0Mty09f4kO6NVJz"
sslProtocol="TLS" />.
Related topic
Networking and security
Server certificates
The Server Certificate page enables you to view and manage the
SSL
server certificate of the
Central
Management Server
(CMS). HP Systems Insight Manager (HP SIM) supports two types of certificates;
self-signed
and
Certificate Authority (CA)-signed
. While a self-signed certificate is created by default during installation,
enabling you to browse to HP SIM, both the self-signed and CA-signed certificates can be created after
installation. The CA-signed certificate requires an internal certificate server or an external CA to sign the
certificate.
Changing the HP SIM default SSL port 167