Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<Connector port="8543" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
keystoreFile="mykeystore" keystorePass="mykeypass"
clientAuth="false" sslProtocol="TLS" />
<!-- Uncomment the following to configure webapp to always require HTTPS -->
<security-constraint>
<web-resource-collection>
<web-resource-name>HTTPSOnly</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>