From a167707c28a3a02112b06736ae39235bb30f6512 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 8 Apr 2020 12:57:10 -0400 Subject: [PATCH] Delete setenv.sh --- container_files/tomcat/bin/setenv.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 container_files/tomcat/bin/setenv.sh diff --git a/container_files/tomcat/bin/setenv.sh b/container_files/tomcat/bin/setenv.sh deleted file mode 100755 index c6130b5c..00000000 --- a/container_files/tomcat/bin/setenv.sh +++ /dev/null @@ -1,3 +0,0 @@ -CLASSPATH=/opt/tomcat/bin/* -JAVA_OPTS="-Dlog4j.configurationFile=/opt/tomcat/conf/log4j2.xml -DENV=$ENV -DUSERTOKEN=$USERTOKEN" -LOGGING_MANAGER=-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager \ No newline at end of file