This page covers common configuration steps for WildFly deployments.
WildFly runtime configuration is primarily managed in:
/opt/wildfly/standalone/configuration/standalone.xml (standalone mode)/opt/wildfly/domain/configuration/domain.xml and host.xml (domain mode)/opt/wildfly/bin/standalone.conf or domain.conf (JVM options)/opt/wildfly/bin/jboss-cli.sh --connect --commands=':read-attribute(name=product-version)'
/opt/wildfly/bin/jboss-cli.sh --connect --commands='/socket-binding-group=standard-sockets/socket-binding=http:read-resource'
reload if prompted.Confirm server health, management access, and an application deployment after each change.