Fixing up the user-guid.html that is part of the distro to reflect changed paths. Moving the camel.xml to the examples conf dir.

This commit is contained in:
Hiram Chirino 2013-10-11 10:01:10 -04:00
parent ee0933c71e
commit 5b5133c28b
2 changed files with 5 additions and 5 deletions

View File

@ -98,13 +98,13 @@ If you're using Windows, just type
</p>
<pre>
cd bin
activemq.bat console xbean:conf/activemq-demo.xml
activemq.bat console xbean:examples/conf/activemq-demo.xml
</pre>
<p>
On Unix-like systems, type
</p>
<pre>
./bin/activemq console xbean:conf/activemq-demo.xml
./bin/activemq console xbean:examples/conf/activemq-demo.xml
</pre>
In a web browser you can access the url <a href="http://0.0.0.0:8161/demo">http://0.0.0.0:8161/demo</a> to access the ActiveMQ web demos.
@ -144,7 +144,7 @@ To test this is all working, try typing
<pre>
java -version
cd example
cd examples/openwire/swissarmy
ant -version
</pre>
@ -155,7 +155,7 @@ Once you've got Java and Ant installed correctly you should be able to run
</p>
<pre>
cd example
cd examples/openwire/swissarmy
ant consumer
</pre>
@ -164,7 +164,7 @@ and in another shell
</p>
<pre>
cd example
cd examples/openwire/swissarmy
ant producer
</pre>