Book Image

Wildfly Cookbook

Book Image

Wildfly Cookbook

Overview of this book

Table of Contents (23 chapters)
WildFly Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, you will learn how to use the CLI to grab the information that you need. The CLI also provides a method to execute commands outside it, by specifying the WildFly to connect to and the command to be executed. Furthermore, WildFly provides you with an HTTP API, which can be used to perform action and to also retrieve information. Most of this API is used to perform system monitoring.

As WildFly can be run in a standalone or domain mode, whenever it makes sense, we will use both modes because you may access the same information differently.

Within this chapter, we will simulate/use remote WildFly instances, just like the real scenario where you can apply the following recipes to connect to remote servers. It does not make sense trying the recipes in localhost without seeing any authentication and authorization issues.

To simulate a remote server, you can eventually use VirtualBox or Docker and then install WildFly as described in the first chapter.

I'm going to use...