This method disables TLS 1.0 and 1.1 in Java for your entire environment following Oracle's instructions.
- Stop Tomcat.
- Go to the following Oracle webpage: https://java.com/en/configure_crypto.html#DisableTLS
- Edit the conf/security/java.security file as directed by Oracle's instructions.
- Start Tomcat.