Appendix B. Example Installation

The book comes with the source code for the examples it discusses. The examples are included with the book archive. Unzipping the example code archive creates a JBoss directory that contains an examples subdirectory. This is the examples directory that the book refers to.

The only customization needed before the examples can be used is to set the location of the JBoss server distribution. You can do this by editing the examples/build.xml file and changing the jboss.dist property value. This is shown in bold below:

 <project name="JBoss book examples" default="build-all" basedir="."> <!- Allow override from local properties file -> <property file="ant.properties"/> <!- Override with your JBoss server bundle dist location ...

Get JBoss® 4.0 The Official Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.