Overview:
=========
  The purpose of the two_servers quickstart sample is to demonstrate 
  running two versions of the ESB server (or the JBoss AS).

  The sample bindings depend on a sample-bindings.xml, which spells out 
  which ports are used for different services.   Each binding depends on a port
  profile (in this example, ports-01 and ports-02), which is then referenced
  in the server's jboss-service.xml (see $JBOSS_HOME/server/first/conf/jboss-service.xml
  and $JBOSS_HOME/server/second/conf/jboss-service.xml).    

  This quickstart is a bit different than others in that it will not deploy .esb
  packages to the config specified in your deployment.properties file, but will 
  create two configs based on the server.properties file in this directory.     

Running this quickstart:
========================
  Please refer to 'ant help-quickstarts' for prerequisites about the quickstarts
  and a more detailed descripton of the different ways to run the quickstarts.

To Run '.esb' archive mode:
===========================
  1. In a command terminal window in this folder ("Window1"), type 'ant setup-servers'.    Note that this will remove both the SERVER_HOME/server/first and SERVER_HOME/server/second directories, and will make a copy of the default directory in each of these locations.
  2. In Window 1, ant deploy
  3. In Window 2, start the first application server (./run.sh -c first)
  4. In Window 3, start the second application server (./run.sh -c second) 
  5. In Window 1, ant runtest
