]
Tomaz Cerar reassigned WFCORE-1389:
-----------------------------------
    Assignee: Tomaz Cerar
 Align domain.sh and standalone.sh logic about adding -server
 ------------------------------------------------------------
                 Key: WFCORE-1389
                 URL: 
https://issues.jboss.org/browse/WFCORE-1389
             Project: WildFly Core
          Issue Type: Task
          Components: Scripts
            Reporter: Brian Stansberry
            Assignee: Tomaz Cerar
 The domain.sh script has a number of JVM vendor checks it uses to decide whether to add
-server to the jvm launch command. In standalone.sh it's simpler; it simply checks for
OSX.
 I can't see any reason this logic should be significantly different between the two
cases, either the JVM vendor checks are needed in both or they aren't needed in
either.