Book Image

WildFly Configuration, Deployment, and Administration - Second Edition

Book Image

WildFly Configuration, Deployment, and Administration - Second Edition

Overview of this book

Table of Contents (19 chapters)
WildFly Configuration, Deployment, and Administration Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The domain-mode commands


Prefix the host name (and, if required, the server name) to indicate which host (or server name) you are issuing the command to. Examples:

  • Show the XML configuration from the host master:

    /host=master:read-config-as-xml
    
  • Show the IP address of the public interface for the server-one server running on the host master:

    /host=master/server=server-one/interface=public:read-attribute(name=resolved-address)