Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is a sample code that needs to be un-commented from the server.xml file to configure the HTTPS port:

Code Block
<!–
<Connector port=”8443″ protocol=”org.apache.coyote.http11.Http11NioProtocol”
maxThreads=”150″ SSLEnabled=”true”>
<SSLHostConfig>
<Certificate certificateKeystoreFile=”conf/.keystore”
type=”RSA” />
</SSLHostConfig>
</Connector>
–>

...