Skip to content

Instantly share code, notes, and snippets.

@edpichler
Created January 29, 2014 10:44
Show Gist options
  • Save edpichler/8685538 to your computer and use it in GitHub Desktop.
Save edpichler/8685538 to your computer and use it in GitHub Desktop.
server.xml Tomcat file
<Servicename="Catalina">
...
<ConnectoracceptCount="100"connectionTimeout="20000"
executor="tomcatThreadPool"maxKeepAliveRequests="15"port="8080"
protocol="HTTP/1.1"redirectPort="8443"/>
<Connectorport="8443"maxThreads="200"
scheme="https"secure="true"SSLEnabled="true"
keystoreFile="${user.home}/.keystore"keystorePass="password"
clientAuth="true"sslProtocol="TLS"/>
...
Service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment