Versions Compared

Key

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

...

Code Block
xml
xml
    <Connector port="8443" protocol="HTTP/1.1org.apache.coyote.http11.Http11Protocol" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               keystoreFile="rp-ssl-serverkey.jks" keyPass="tompass"
               keystorePass="tompass" sslProtocol="TLS" />

...