[jboss-jira] [JBoss JIRA] (WFCORE-444) JAVA_OPTS environment variable not used for domain mode on Windows

Josef Cacek (JIRA) issues at jboss.org
Wed Dec 3 02:22:39 EST 2014


Josef Cacek created WFCORE-444:
----------------------------------

             Summary: 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.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list