Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <Connector SSLEnabled="true" acceptCount="100" clientAuth="false"
  2. disableUploadTimeout="true" enableLookups="false" maxThreads="25"
  3. port="30580" keystoreFile="SSLConnect.jks" keystorePass="$Actual
  4. password" protocol="org.apache.coyote.http11.Http11NioProtocol"
  5. scheme="https" secure="true" sslProtocol="TLS" />
  6.  
  7. <security-constraint>
  8. <web-resource-collection>
  9. <web-resource-name>securedapp</web-resource-name>
  10. <url-pattern>/*</url-pattern>
  11. </web-resource-collection>
  12. <user-data-constraint>
  13. <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  14. </user-data-constraint>
  15. </security-constraint>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement