Web parameter: sslPort

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

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)

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>