]
RH Bugzilla Integration commented on WFCORE-444:
------------------------------------------------
Josef Cacek <jcacek(a)redhat.com> changed the Status of [bug
JAVA_OPTS environment variable not used for domain mode on Windows
------------------------------------------------------------------
Key: WFCORE-444
URL:
https://issues.jboss.org/browse/WFCORE-444
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Reporter: Josef Cacek
Assignee: Josef Cacek
When I use JAVA_OPTS as an environment variable (i.e. configured before starting the AS)
it's not propagated when used in domain mode on windows (domain.bat).
For standalone mode (standalone.bat) it works.
For Linux/Unix it works in both cases (standalone.sh, domain.sh).
Steps to reproduce:
{code}
SET "JAVA_OPTS=...MyOwnJavaOptsConfig..."
domain.bat
{code}
Actual result:
The configured JAVA_OPTS are not used.
Expected result:
Provided JAVA_OPTS are used for the process controller and host controller processes.