How to set generic JVM arguments in the DX Compose WebEngine container
Applies to
HCL Digital Experience 9.5 and higher
Introduction
This article describes how to add generic JVM arguments to the HCL DX Compose WebEngine container to enable detailed SSL traces or change other JVM settings.
Instructions
-
Open the Helm chart
values.yamlfile and locate the following section:environment: pod: webEngine:[] -
Add the
JVM_ARGSvariable to this section and set your generic JVM arguments in thevalueparameter.For example, to enable detailed SSL traces, use the following syntax:
environment: pod: webEngine: - name: JVM_ARGS value: "-Djavax.net.debug=all"