TLS offloading
Apache Tomcat
Configure Tomcat and test the server
2min
Tomcat configuration is stored in Tomcat_HOME/conf/server.xml. The following code shows an example Connector configuration:
1
Start up the Tomcat server: Tomcat_home\bin\startup.exe
2
Open a web browser and go to https://localhost:8443.
3
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.