Hitachi

JP1 Version 12 JP1/Performance Management Reference


User properties file (usrconf.properties)

Organization of this page

Function

The user properties file is the file for setting Web Server properties, port numbers used for PFM - Web Console, and others.

Name of file

usrconf.properties (User properties file)

Location

In Windows:

PFM-Web-Console-installation-folder\CPSB\CC\server\usrconf\ejb\PFMWebConsole\

In UNIX:

/opt/jp1pcwebcon/CPSB/CC/server/usrconf/ejb/PFMWebConsole/

Timing of applying definition information

The definition information is applied when the Web Console service is restarted.

How to modify

See Procedure for modifying PFM - Web Console definition files.

Setting items

webserver.connector.ajp13.port=PFM-Web-Console-AJP-communication-port-number

Specifies the PFM - Web Console AJP communication port number. The default is 20359. You can specify a port number in the range from 1024 to 65535.

This port number must be the same as worker.worker1.port in the worker definition file (workers.properties).

If an invalid value is specified, attempts to access PFM - Web Console will fail. This definition is required.

This definition must not be omitted (or commented out) and you must specify an acceptable value. Omitting the definition or setting an unacceptable value might cause the PFM - Web Console service to fail to start.

ejbserver.rmi.naming.port=PFM-Web-Console-RMI-registry-port-number

Specifies the PFM - Web Console RMI registry port number. The default is 20369. You can specify a port number in the range from 1024 to 65535.

This port number must be the same as ejbserver.rmi.naming.port in the system property file for server management commands (usrconf.properties).

This definition must not be omitted (or commented out) and you must specify an acceptable value. Omitting the definition or setting an unacceptable value might cause the PFM - Web Console service to fail to start.

ejbserver.http.port=PFM-Web-Console-management-server-port-number

Specifies the PFM - Web Console management server port number. The default is 20368. You can specify a port number in the range from 1024 to 65535.

This definition must not be omitted (or commented out) and you must specify an acceptable value. Omitting the definition or setting an unacceptable value might cause the PFM - Web Console service to fail to start.

ejbserver.rmi.remote.listener.port=PFM-Web-Console-management-command-port-number

Specifies the PFM - Web Console management command port number. You can specify a port number in the range from 1024 to 65535. Specifying 0 causes an unused port to be used. The default is 0.

In addition, if you omit this definition (comment out, etc.), or specify a value out of range, 23550 is used.