-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.ER5
-
None
-
User Experience
-
-
-
-
-
-
-
EAP 7.0.1, EAP 7.0.5
With the current init.d script provided eap7-core, one can NOT start several instances of the server as a unix service. The root cause of this is the lack of overridable variable inside the script - including the name of the service, path to log and pidfile and so on.
This is situation has been fixed in wildfly-core, with the introduction of NAME variable, that can be override, and used to define all info related to the service.
This is required because the commit, which has been merged into upstream, was done to fix this issue, but never got merged into EAP.
- clones
-
WFCORE-1121 Use script name for file related to Wildfly to allow multiple instances easily
- Resolved
- is incorporated by
-
JBEAP-7380 [GSS](7.0.z) Upgrade WildFly Core from 2.1.10 to 2.1.12.Final
- Closed
- is related to
-
JBEAP-4957 (7.0.z) Use JBOSS_NAME variable in the JBOSS_LOCKFILE in the init script for RHEL
- Verified