[COMMUNITY] Aliases for standard configuration files
Overview
Introduce aliases for standard configuration files
This will allow users to reference the configuration by the suffix or a shorter name instead of typing out the filename.
standalone.xml variant | Alias |
---|---|
*-full.xml |
full |
*-ha.xml |
ha |
*-full-ha.xml |
fha, full-ha |
*-load-balancer.xml |
lb, load-balancer |
*-microprofile.xml |
mp, microprofile |
*-microprofile-ha.xml |
mpha, microprofile-ha |
Issue Metadata
Stability Level
-
Experimental
-
Preview
-
Community
-
default
Dev Contacts
QE Contacts
Testing By
-
Engineering
-
QE
Affected Projects or Components
WildFly
Other Interested Projects
Relevant Installation Types
-
Traditional standalone server (unzipped or provisioned by Galleon)
-
Managed domain
-
OpenShift s2i
-
Bootable jar
Requirements
Hard Requirements
Provide a set of aliases for the files distributed with WildFly that can be used with the commandline argument --server-config|-c
instead of of a full filename.
Nice-to-Have Requirements
Non-Requirements
Test Plan
Unit test will be added to server.
Community Documentation
Documentation will be added to wildfly master.
Release Note Content
See Overview