JBoss EAP6 High Availability
上QQ阅读APP看书,第一时间看更新

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, folder names, filenames, file extensions, pathnames, dummy URLs, and user input are shown as follows: "The default configuration file is standalone.xml."

A block of code is set as follows:

<interfaces>
  <interface name="management">
    <inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
  </interface>
  <interface name="public">
    <inet-address value="${jboss.bind.address:127.0.0.1}"/>
  </interface>
</interfaces>

Any command-line input or output is written as follows:

$ ./standalone.sh

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To undeploy the project, click on En/Disable first and then click on Remove".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.