Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5cfb45c76 -> 727c91e14


Updating documentation cmds

Updating documentation cmds from activemq to artemis

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7d17d0af
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7d17d0af
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7d17d0af

Branch: refs/heads/master
Commit: 7d17d0af1ce98abc67affaf2ecbc23fc8323e566
Parents: 5cfb45c
Author: Glaucio Melo <[email protected]>
Authored: Tue Sep 29 17:49:01 2015 -0300
Committer: Glaucio Melo <[email protected]>
Committed: Tue Sep 29 17:49:01 2015 -0300

----------------------------------------------------------------------
 docs/user-manual/en/using-server.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/7d17d0af/docs/user-manual/en/using-server.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/using-server.md 
b/docs/user-manual/en/using-server.md
index 9a59c29..d12d1ab 100644
--- a/docs/user-manual/en/using-server.md
+++ b/docs/user-manual/en/using-server.md
@@ -64,7 +64,7 @@ the `/var/lib` directory.  For example, to create an instance 
at '/var/lib/mybro
 the following commands in your command line shell:
 
     cd /var/lib
-    ${ARTEMIS_HOME}/bin/activemq create mybroker
+    ${ARTEMIS_HOME}/bin/artemis create mybroker
 
 A broker instance directory will contain the following sub directories:
 
@@ -193,15 +193,15 @@ Some of these properties may be mandatory in certain 
configurations and the syst
 Assuming you created the broker instance under `/var/lib/mybroker` all you need
 to do start running the broker instance is execute:
 
-    /var/lib/mybroker/bin/activemq run
+    /var/lib/mybroker/bin/artemis run
 
 Now that the broker is running, you can optionally run some of the included
 examples to verify the the broker is running properly.
 
-To stop the Apache ActiveMQ Artemis instance you will use the same `activemq` 
script, but with
+To stop the Apache ActiveMQ Artemis instance you will use the same `artemis` 
script, but with
 the `stop argument`.  Example:
 
-    /var/lib/mybroker/bin/activemq stop
+    /var/lib/mybroker/bin/artemis stop
 
 Please note that Apache ActiveMQ Artemis requires a Java 7 or later runtime to 
run.
 
@@ -211,8 +211,8 @@ used. The configuration can be changed e.g. by running
 config of your choosing.
 
 Environment variables are used to provide ease of changing ports, hosts and
-data directories used and can be found in `etc/activemq.profile` on linux and
-`etc\activemq.profile.cmd` on Windows.
+data directories used and can be found in `etc/artemis.profile` on linux and
+`etc\artemis.profile.cmd` on Windows.
 
 ## Server JVM settings
 
@@ -331,4 +331,4 @@ Just use the following command to install it:
 ```
 
 
-The create process should give you a hint of the available commands available 
for the artemis-service.exe
\ No newline at end of file
+The create process should give you a hint of the available commands available 
for the artemis-service.exe

Reply via email to