]
Marek Kopecký commented on WFCORE-3830:
---------------------------------------
DC = domain controller
HC = host controller
JAVA_OPTS is not passed to DC and HC JVMs in domain.ps1
-------------------------------------------------------
Key: WFCORE-3830
URL:
https://issues.jboss.org/browse/WFCORE-3830
Project: WildFly Core
Issue Type: Bug
Components: Scripts
Reporter: Marek Kopecký
Priority: Critical
JAVA_OPTS is not passed to DC and HC JVMs in domain.ps1
Steps to reproduce:
# start powershell
# $env:JAVA_OPTS = "-Da=b"
# ./domain.bat
# WMIC PROCESS get Commandline | findstr java
# check that "a" property is present in DC or HC
# exit domain.bat
# ./domain.ps1
# WMIC PROCESS get Commandline | findstr java
# check that "a" property is *not* present in DC or HC
cc: [~jamezp]