]
Tomaz Cerar moved WFLY-769 to WFCORE-1389:
------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1389 (was: WFLY-769)
Component/s: Scripts
(was: Scripts)
Fix Version/s: (was: Awaiting Volunteers)
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
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.