Difference between revisions of "Tomcat JSS"
From Dogtag
m (→References) |
m (→References) |
||
Line 14: | Line 14: | ||
* [[Tomcat JSS Configuration]] | * [[Tomcat JSS Configuration]] | ||
* [[TomcatJSS API]] | * [[TomcatJSS API]] | ||
− | * [[ | + | * [[Tomcat JSS Logging]] |
* [[TomcatJSS Development]] | * [[TomcatJSS Development]] | ||
* [[TomcatJSS Release Procedure]] | * [[TomcatJSS Release Procedure]] |
Revision as of 22:29, 22 January 2019
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