From 9d76b5346814066d02b7c6be89487775a18bd1c9 Mon Sep 17 00:00:00 2001 From: Ivan Afonichev Date: Thu, 4 Feb 2016 16:13:40 +0300 Subject: [PATCH] Set TOMCAT_CFG_LOADED in tomcat.conf --- tomcat-8.0.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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" +