From 5b63d49f11bae29ba5640ad6612268a7d248470b Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 3 May 2019 16:50:26 +0200 Subject: [PATCH] added new template for managing the tomcat 8 settings --- .../catalina-app-conf_tomcat8.xml.j2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 smartgears/catalina-app-conf/templates/catalina-app-conf_tomcat8.xml.j2 diff --git a/smartgears/catalina-app-conf/templates/catalina-app-conf_tomcat8.xml.j2 b/smartgears/catalina-app-conf/templates/catalina-app-conf_tomcat8.xml.j2 new file mode 100644 index 0000000..f508017 --- /dev/null +++ b/smartgears/catalina-app-conf/templates/catalina-app-conf_tomcat8.xml.j2 @@ -0,0 +1,19 @@ + + + +{% if item.plugin_name is defined %} + +{% else %} +{% for plugin in item.app_plugins %} + +{% endfor %} +{% endif %} + + +