diff --git a/artemis-website/src/main/resources/examples/index.html b/artemis-website/src/main/resources/examples/index.html index b2e367cb98..8bb37e4af5 100644 --- a/artemis-website/src/main/resources/examples/index.html +++ b/artemis-website/src/main/resources/examples/index.html @@ -52,21 +52,10 @@ example and then stop the broker. You'll need to ensure there is not a broker already running as this may conflict with the broker that is configured and used in the example.
-If you want to run an example against an already running broker then firstly you will need to start the broker using
- the example configuration. An example configuration is provided which by default to run the queue example, to run this
- use the command ./activemq run --config xml:../config/examples/bootstrap.xml
.
-
- Once the server has started run the example with the command mvn -DskipBrokerStart verify -Pexample
. If you want
- to run a different example simply edit the config/examples/bootstrap.xml
aand change the paths to point
- the correct configuration (this will be found in the directory of the example you wish to run). By default the broker
- will use the data/server0
directory for the journal, to avoid problems it is best to delete this
- directory between running different examples or set the ARTEMIS_DATA_DIR
environment property in
- activemq.conf
to use a different location