Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!-- Define a SSL HTTP/1.1 Connector on port 7455 -->
  2. <Connector
  3. port="7455" maxThreads="150" minSpareThreads="25"
  4. enableLookups="false" acceptCount="100"
  5. connectionTimeout="20000" disableUploadTimeout="true"
  6. maxSavePostSize="32768" redirectPort="8443"
  7. protocol="org.apache.coyote.http11.Http11Protocol"
  8. scheme="https" secure="true" SSLEnabled="true"
  9. keystoreFile="${user.home}/.keystore" keystorePass="Atlantik"
  10. clientAuth="false" sslProtocol="TLS"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement