here's 1 way to do it with the 3 files.
build 8.5
file: server.xml
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="443" />
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="150" SSLEnabled="true">
<SSLHostConfig ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384,
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,
TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384">
<Certificate certificateFile="C:\AwareIM\Tomcat\conf\certificate.cer"
certificateChainFile="C:\AwareIM\Tomcat\conf\bundle.crt"
certificateKeyFile="C:\AwareIM\Tomcat\conf\certificate.key"
type="RSA"/>
</SSLHostConfig>
</Connector>
--> JaymerTip SSL Port 443 Tomcat Config Server.XML
