...
HTTPS servlet transport should be configured in the <PRODUCT_HOME>/repository/conf/tomcat/catalina-server.xml
file, same as with the HTTP servlet transport. The transport class that should be specified in the catalina-server.xml
file is as follows: <Connector protocol="org.apache.coyote.http11.Http11NioProtocol"/>
. In addition to the configuration parameters supported by the HTTP servlet transport, HTTPS servlet transport supports the following configuration parameters:
...