Web parameter: serverPort

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

serverPort

Description

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

Valid if set from

Web browser URL

Web tier configuration file (web.xml and webtier.properties)

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>

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients