]
Tomaz Cerar closed WFCORE-1389.
-------------------------------
Fix Version/s: 2.2.0.Final
Resolution: Out of Date
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
Fix For: 2.2.0.Final
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.