Tomcat JSS
From Dogtag
Overview
Tomcat can be configured to use NSS using a JSS Connector (a.k.a. Tomcat JSS). The current JSS Connector supports Tomcat 7.0 and 8.0.
The SSL implementation used by Tomcat can be configured in the HTTP Connector:
- default: org.apache.tomcat.util.net.jsse.JSSEImplementation
- OpenSSL: org.apache.tomcat.util.net.openssl.OpenSSLImplementation
- JSS: org.apache.tomcat.util.net.jss.JSSImplementation