setenv.sh 641 B

123456
  1. #additional variables for tomcat
  2. export CATALINA_OPTS="-Dlog4j2.formatMsgNoLookups=true"
  3. export CATALINA_OPTS="${CATALINA_OPTS} -Duser.language.en -Duser.region=US -Ddevmode=true"
  4. export JAVA_OPTS="$JAVA_OPTS -Xms2g -Xmx2g -XX:-HeapDumpOnOutOfMemoryError"
  5. export JDK_JAVA_OPTIONS="$JDK_JAVA_OPTIONS --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED"
  6. export JDK_JAVA_OPTIONS="$JDK_JAVA_OPTIONS --add-exports java.net.http/jdk.internal.net.http.websocket=ALL-UNNAMED"