Preface

1. File Name Conventions

The following naming conventions are used in file paths for readability. Each convention is styled so that it stands out from the rest of text:
JBOSS_EAP_DIST
The installation root of the JBoss Enterprise Application Platform instance. This folder contains the main folders that comprise the server such as /jboss-as, /seam, and /resteasy.
PROFILE
The name of the server profile you use as part of your testing or production configuration. The server profiles reside in JBOSS_EAP_DIST/jboss-as/server.
The conventions above use the Unix path separator character of the forward slash (/), which applies to Red Hat Enterprise Linux and Solaris. If the JBoss Enterprise Application Platform instance is installed on Windows Server, swap the forward slash for the backslash character (\) in all instructions.