From dd81b829c44b400cfd355477249708351f75745f Mon Sep 17 00:00:00 2001 From: Ivan Afonichev Date: Feb 11 2016 13:45:25 +0000 Subject: Set TOMCAT_CFG_LOADED in tomcat.conf --- diff --git a/tomcat-8.0.conf b/tomcat-8.0.conf index bd141e8..4631d83 100644 --- a/tomcat-8.0.conf +++ b/tomcat-8.0.conf @@ -6,3 +6,9 @@ # # This will not be sourced by systemd as an environment file. Feel free to add # your overrides here. Shell invocations will work. +# + +# This variable is used to figure out if config is loaded or not. +# To prevent this file to be loaded multiple times. +TOMCAT_CFG_LOADED="1" +