HP System Management Homepage 7.0 Installation Guide

Table 2 Variables and tags (continued)
ScriptDescriptionVariable
timeout. When the "automatic startup
on boot" startup mode is in use, the
timeout mechanism does not start.
/opt/hpsmh/conf/timeout.confThis variable defines the Tomcat
timeout in minutes in the /opt/
TIMEOUT_TOMCAT
hpsmh/conf/timeout.conf file.
If it is defined, Tomcat istops after this
time period has elapsed without any
request to a Java web application. By
default, the timeout for the HP-UX
Tomcat-based Servlet Engine is 20
minutes and the timeout for the HP-UX
Apache-based Web Server is 30
minutes. If it is not defined or equal to
zero, then Tomcat starts without
timeout. In this case, Tomcat stops only
when HP SMH is stopped.
/opt/hpsmh/tomcat/conf/tomcat.confWith HP SMH running on Apache
2.2, this parameter defines the port
TOMCAT_PORT (HP-UX 11i v3)
/opt/hpsmh/tomcat/conf/server.xml
used for communication between the
NOTE: The value of the Connector
port in the /opt/hpsmh/tomcat/
conf/server.xml file should match
the port number mentioned in the
/opt/hpsmh/tomcat/conf/
tomcat.conf file for successful
communication between the HP SMH
Apache and Tomcat process. Restart
the HP SMH process whenever there is
a change in this port value.
Apache server and the Tomcat server.
The default value is 1188.
TOMCAT_PORT=1188
Configuring the startup mode
HP SMH supports three startup modes:
Autostart URL
This mode is the default setting. You can start HP SMH by using a web browser and navigating
to http://hostname:2301/. If autostart is the default, a daemon listens on
http://hostname:2301 only (nothing listens on port 2381, so that port fails). When it contacts
port 2301 (http), then the HP-UX Apache-based Web Server starts on port 2381 (https), and
the page redirects.
Automatic startup on boot
This mode starts HP SMH automatically during system initialization. If the automatic startup
on boot start mode is enabled and the system was rebooted using this configuration, you can
access HP SMH using a web browser and navigating to https://hostname:2381/.
Daemons listen on both http://hostname:2301/ and https://hostname:2381/. If you use
port 2301 (http), then the HP-UX Apache-based Web Server starts on port 2381 (https), and
the page automatically redirects.
Configuring HP SMH 15