dougcain
07/12/2023, 11:41 AMFor Application Servers
On JEE installations, set the following JVM flag, "-Djdk.serialFilter= !org.mozilla.**;!com.sun.syndication.**;!org.apache.commons.beanutils.**; !org.jgroups.**", in the respective startup file depending on the type of Application Server being used.
Is this something that should go into the base commandbox? I have added to my server.json for the moment but wondered if there is a better way of making sure the default commandbox already has them?jclausen
07/12/2023, 11:56 AMdougcain
07/12/2023, 11:58 AMdougcain
07/12/2023, 11:59 AMjclausen
07/12/2023, 12:31 PMbdw429s
07/12/2023, 12:48 PMbdw429s
07/12/2023, 12:49 PMjclausen
07/12/2023, 12:58 PMJAVA_TOOL_OPTIONS
so as not to conflict with user-provided JVM args. A new patch version is building now.jclausen
07/12/2023, 2:14 PMdougcain
07/12/2023, 2:25 PMdougcain
07/12/2023, 2:47 PMbdw429s
07/12/2023, 2:59 PMdougcain
07/12/2023, 3:00 PMdougcain
07/12/2023, 3:02 PMdougcain
07/12/2023, 3:23 PMdougcain
07/12/2023, 3:23 PMbdw429s
07/12/2023, 3:25 PMJAVA_TOOL_OPTIONSThat's just an environment variable
bdw429s
07/12/2023, 3:26 PMserver.system.environment
from your CF code and see if it's therebdw429s
07/12/2023, 3:26 PMdougcain
07/12/2023, 3:26 PMjclausen
07/12/2023, 3:56 PM