Skip to main content

4 docs tagged with "tomcat"

View all tags

Configure SSL on pre-deployed Tomcat

Enable HTTPS directly on the pre-deployed Tomcat: convert a PFX certificate to key and cert files, configure the server.xml connector, and optionally force HTTPS in web.xml.

Configuring a local load balancer

A worked example of fronting two Tomcat cluster nodes with an Apache mod_jk load balancer using sticky sessions — for demonstration, not production.