Versions Compared

Key

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

...

Code Block
xml
xml
<Server port="80059005" shutdown="SHUTDOWN">

    <!-- http configuration -->
    <Connector port="9080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="9443" />
    ...
    <!-- https configuration -->
    <Connector port="9443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               keystoreFile="tomcat-idp.jks"
               keystorePass="tompass" sslProtocol="TLS" />
    ...
</Server>

...