From d9052c3e65cad0bde70d3e6c404a8a19d5569ec8 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 1 Dec 2017 18:34:08 +0100 Subject: [PATCH] Remove the redirections to the 8443 port from the tomcat server.xml templates. We do not configure ssl on tomcat directly, we use a reverse proxy. --- .../templates/tomcat-server.xml.j2 | 4 ++-- tomcat/templates/tomcat-server.xml.j2 | 13 ++----------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/tomcat-multiple-instances/templates/tomcat-server.xml.j2 b/tomcat-multiple-instances/templates/tomcat-server.xml.j2 index ed83067a..af880bf7 100644 --- a/tomcat-multiple-instances/templates/tomcat-server.xml.j2 +++ b/tomcat-multiple-instances/templates/tomcat-server.xml.j2 @@ -66,12 +66,12 @@ proxyName="{{ tomcat_m_reverse_proxy_name }}" proxyPort="{{ tomcat_m_reverse_proxy_port }}" {% endif %} - redirectPort="8443" /> + /> {% endif %} {% if item.ajp_enabled %} - + /> - - {% endif %} {% if tomcat_ajp_enabled %} -