TLS offloading
Apache Tomcat

Configure Apache Tomcat

2min
use the following samples to edit the configuration file for your environment find the tomcat configuration in tomcat home/conf/server xml the following sample shows an example configuration connector \<connector port="8443" scheme="https" secure="true" sslenabled="true" maxthreads="150" keyalias="tomcatdemo1" clientauth="false" keystore="none" keystorepass="password" keystoretype="pkcs11" keystoreprovider="futurex"> \</connector> the following is an example server xml file \<connector port="8443" protocol="org apache coyote http11 http11nioprotocol" maxthreads="150" sslenabled="true"> \<upgradeprotocol classname="org apache coyote http2 http2protocol" /> \<sslhostconfig> \<certificate certificatekeystorefile="" certificatekeystoretype="pkcs11" certificatekeystoreprovider="sunpkcs11 futurex" certificatekeyalias="tomcatdemo1" certificatekeystorepassword="identity password" type="ec" /> \</sslhostconfig> \</connector> in the certificatekeystorepassword definition, set the identity password to the cryptohub identity password configured inside the \<crypto opr pass> tag in the fxpkcs11 cfg file