Skip to content

Instantly share code, notes, and snippets.

@thobens
Created October 1, 2014 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thobens/19a72c1689d12cfc102e to your computer and use it in GitHub Desktop.
Save thobens/19a72c1689d12cfc102e to your computer and use it in GitHub Desktop.
tomcat connector
<Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25"
maxSpareThreads="75" enableLookups="false" uisableUploadTimeout="true" acceptCount="100"
scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" SSLEnabled="true"
keystoreFile="/path/to/jks" keystorePass="secure.pw" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment