Skip to content

Commit

Permalink
adding CATALINA_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 8, 2020
1 parent caf11da commit 2006073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions container_files/tomee/bin/setenv.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CLASSPATH=/opt/tomee/bin/*
JAVA_OPTS="-Dlog4j.configurationFile=/opt/tomee/conf/log4j2.xml -DENV=$ENV -DUSERTOKEN=$USERTOKEN"
LOGGING_MANAGER=-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager
#JAVA_OPTS="-Dlog4j.configurationFile=/opt/tomee/conf/log4j2.xml -DENV=$ENV -DUSERTOKEN=$USERTOKEN"
CATALINA_OPTS="-Xmx$GROUPER_MAX_MEMORY -XX:+UseG1GC -XX:+UseStringDeduplication -Dlog4j.configurationFile=/opt/tomee/conf/log4j2.xml -DENV=$ENV -DUSERTOKEN=$USERTOKEN $GROUPER_EXTRA_CATALINA_OPTS"
LOGGING_MANAGER=-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager

0 comments on commit 2006073

Please sign in to comment.