Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <Connector port="443" protocol="org.apache.coyote.http11.Http11Protocol"
  2. SSLEnabled="true" maxThreads="150" scheme="https"
  3. secure="true" clientAuth="false" sslProtocol="TLS"
  4. keystoreFile="C:usersjavier.keystore"
  5. keystorePass="changeit" />
  6.  
  7. <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
  8. maxThreads="150" scheme="https" secure="true"
  9. clientAuth="false" sslProtocol="TLS"
  10. keystoreFile="C:usersjavier.keystore"
  11. keystorePass="changeit" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement