Documentation Index
Fetch the complete documentation index at: https://docs.futurex.com/llms.txt
Use this file to discover all available pages before exploring further.
Tomcat configuration is stored in Tomcat_HOME/conf/server.xml. The following code shows an example Connector configuration:
<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="safest"
type="EC" />
</SSLHostConfig>
</Connector>
Test the Tomcat server
Perform the following steps to test the Tomcat server:
Start up the Tomcat server: Tomcat_home\bin\startup.exe
Select the security icon to the left of the URL.The certificate details for Issuer and Subject should show that Tomcat is using your certificates.