diff --git a/tomcat-multiple-instances/templates/tomcat-server.xml.j2 b/tomcat-multiple-instances/templates/tomcat-server.xml.j2 index ed83067..af880bf 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 %} -