File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
openam-distribution/openam-distribution-docker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV CATALINA_HOME=/usr/local/tomcat \
77 OPENAM_USER="openam" \
88 OPENAM_DATA_DIR="/usr/openam/config"
99ENV PATH=$CATALINA_HOME/bin:$PATH \
10- JAVA_OPTS="--add-exports java.base/sun.security.util=ALL-UNNAMED --add-exports java.base /sun.security.krb5=ALL-UNNAMED --add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED" \
10+ JAVA_OPTS="--add-exports java.base/sun.security.util=ALL-UNNAMED --add-exports java.security.jgss /sun.security.krb5=ALL-UNNAMED --add-exports java.base/sun.security.x509=ALL-UNNAMED --add-exports java.base/sun.security.tools.keytool=ALL-UNNAMED --add-exports java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED" \
1111 MEMORY="-server -XX:+UseG1GC -XX:+UseContainerSupport" \
1212 CATALINA_OPTS="$MEMORY -Dcom.iplanet.services.configpath=$OPENAM_DATA_DIR -Dcom.sun.identity.configuration.directory=$OPENAM_DATA_DIR"
1313
Original file line number Diff line number Diff line change 217217 --add-exports java.base/jdk.internal.ref=ALL-UNNAMED
218218 --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
219219 --add-exports java.base/sun.nio.ch=ALL-UNNAMED
220- --add-exports java.base /sun.security.krb5=ALL-UNNAMED
220+ --add-exports java.security.jgss /sun.security.krb5=ALL-UNNAMED
221221 --add-exports java.base/sun.security.util=ALL-UNNAMED
222222 --add-exports java.base/sun.security.jca=ALL-UNNAMED
223223 --add-exports java.base/sun.security.x509=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments