OpenAM - Preparing For Installation - Java Environment - Do we need to add the JVM options "--add-exports" #835
-
I noticed that the OpenAM Docker image's environment variables includes JAVA options (JAVA_OPTS) with several "--add-exports" options. The OpenAM Docker image runs Tomcat 9 on JDK 21 and includes several "--add-exports" JVM options, as below:
The OpenAM Installation Guide documentation, "Preparing for Installation" section, here: https://doc.openidentityplatform.org/openam/install-guide/chap-prepare-install, makes no mention of the "--add-exports" JVM options in the "Preparing a Java Environment" section, nor in the "Preparing Apache Tomcat" section. When preparing the Java Environment, for deployment on various containers (e.g. Tomcat 9), using recent JDKs (e.g. 21), do we need to configure the JVM options for the container startup to include the various "--add-exports" options? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Good point, thank you, I've created an issue #836 |
Beta Was this translation helpful? Give feedback.
There is no need for additional configuration, except described in the OpenAM documentation.