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.
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.
A worked example of fronting two Tomcat cluster nodes with an Apache mod_jk load balancer using sticky sessions — for demonstration, not production.
In some corporate networks, the iGrafx Platform has no direct access to the internet or other machines on the network and needs to go through a proxy server. Functionalities that might require this are:
Problem