Web parameter: sslPort

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

Parameter

sslPort

Description

This parameter defines the SSL port of the web application server. It is required only when the secureLogin parameter is set to true.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

8443

Possible values

SSL port number of the web application server

Example usage

<context-param>
  <param-name>sslPort</param-name>
  <param-value>8443</param-value>
</context-param>