mirror of https://github.com/apache/activemq.git
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:
parent
ee0933c71e
commit
5b5133c28b
|
@ -98,13 +98,13 @@ If you're using Windows, just type
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
cd bin
|
cd bin
|
||||||
activemq.bat console xbean:conf/activemq-demo.xml
|
activemq.bat console xbean:examples/conf/activemq-demo.xml
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
On Unix-like systems, type
|
On Unix-like systems, type
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
./bin/activemq console xbean:conf/activemq-demo.xml
|
./bin/activemq console xbean:examples/conf/activemq-demo.xml
|
||||||
</pre>
|
</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.
|
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>
|
<pre>
|
||||||
java -version
|
java -version
|
||||||
cd example
|
cd examples/openwire/swissarmy
|
||||||
ant -version
|
ant -version
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ Once you've got Java and Ant installed correctly you should be able to run
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
cd example
|
cd examples/openwire/swissarmy
|
||||||
ant consumer
|
ant consumer
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ and in another shell
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
cd example
|
cd examples/openwire/swissarmy
|
||||||
ant producer
|
ant producer
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue