Advertisement
Fhernd

Connector.xml

Apr 28th, 2018
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.56 KB | None | 0 0
  1.     <Connector port="8443"
  2.  
  3.         protocol="org.apache.coyote.http11.Http11NioProtocol"
  4.  
  5.         SSLEnabled="true"
  6.  
  7.         maxThreads="150"
  8.  
  9.         scheme="https"
  10.  
  11.         secure="true"
  12.  
  13.         acceptCount="100"
  14.  
  15.         clientAuth="false"
  16.  
  17.         sslProtocol="TLS"
  18.  
  19.         executor="tomcatThreadPool"
  20.  
  21.         keyAlias="localhost"
  22.  
  23.         truststoreFile="/opt/CAS/certs/cacerts.jks"
  24.  
  25.         keystoreFile="/opt/CAS/certs/server.keystore"
  26.  
  27.         keystorePass="dianacas"
  28.  
  29.         truestorePass="dianacas"
  30.  
  31.         maxKeepAliveRequests="15"
  32.  
  33.               connectionTimeout="20000"
  34.  
  35.               redirectPort="8443" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement