HP 3PAR Policy Server Administrator's Guide (QR483-96003, December 2012)

HP 3PAR Policy Server 7-14
Editing the Tomcat server.xml File
The server.xml file contains information specific to the operation of the Tomcat Web server. Except for
enabling SSL support or adding information for an External Directory Server after installation, you should
not need to change any of the settings in this file. As with the PolicyManager.properties file, you modify the
values of the name-value pairs for your use of the Policy Server. For example, if you change to a Sun ONE
LDAP directory server after installing Policy Server, you will need to edit the Directory Server
configuration in this file, as explained in the following procedure.
This procedure assumes that you have created the HP3PS-specific groups and users in your External
Directory Server. If you have not created these groups and users, refer to the section in Appendix B, called
Configuring LDAP.
To configure Tomcat to use SSL after installation:
1. Stop Policy Server and Tomcat in one of the following ways:
From the administration tool for your operating system, stop the Policy Server service or
daemon.
Navigate to your installation directory for Policy Server and run the
ShutdownHP3PS script for
your platform to stop Policy Server and Tomcat. .
2. For complete information on setting up Tomcat to use SSL, refer to the Tomcat document, SSL
HOWTO, at http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html .
To configure Tomcat to work with an External Directory Server (after installation):
1. Stop Policy Server and Tomcat in one of the following ways:
From the administration tool for your operating system, stop the Policy Server service or
daemon.
Navigate to your installation directory for Policy Server and run the
ShutdownHP3PS script for
your platform to stop Policy Server and Tomcat. .
2. Navigate to the subdirectory, Tomcat6\conf.
3. Using your favorite text editor, open the server.xml file (for example, Notepad).