changeset 553:39114f8cda17

add export
author belknapSSDT <zach.belknap@mcoecn.org>
date Thu, 23 May 2024 11:05:21 -0400
parents ef664849a72a
children ddad8ddef185
files tomcat-17/setenv17.sh
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tomcat-17/setenv17.sh	Thu May 23 10:58:59 2024 -0400
+++ b/tomcat-17/setenv17.sh	Thu May 23 11:05:21 2024 -0400
@@ -7,6 +7,7 @@
 export CATALINA_OPTS="$CATALINA_OPTS -Djava.security.egd=file:/dev/./urandom"
 export CATALINA_OPTS="$CATALINA_OPTS -Duser.language=en"
 export CATALINA_OPTS="$CATALINA_OPTS -Duser.region=US"
+export CATALINA_OPTS="$CATALINA_OPTS --add-exports=java.xml/com.sun.org.apache.xml.internal.serialize=ALL-UNNAMED"
 
 echo "Using CATALINA_OPTS $CATALINA_OPTS"
 echo "Using     JAVA_OPTS $JAVA_OPTS"