Web parameter: serverPort

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

Parameter

serverPort

Description

This parameter defines the communications port number on which the HPE Service Manager server listens to client requests.

Valid if set from

Web browser URL

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

12670

Possible values

Communications port number

Example usage

<init-param>
  <param-name>serverPort</param-name>
  <param-value>13080</param-value>
</init-param>