Skip to content

Instantly share code, notes, and snippets.

@snallami
Created February 18, 2017 05:49
Show Gist options
  • Save snallami/59e731d1e3c08cf8f62ab6218d5d6a21 to your computer and use it in GitHub Desktop.
Save snallami/59e731d1e3c08cf8f62ab6218d5d6a21 to your computer and use it in GitHub Desktop.
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />
<Connector protocol="org.apache.coyote.http11.Http11Protocol"
socketBuffer="500000"
tcpNoDelay="true"
port="443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="conf\tomcatNEW.keystore" keystorePass="changeit"
clientAuth="false" sslProtocol="TLS"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment