You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by bu...@apache.org on 2016/04/27 22:21:54 UTC

svn commit: r986864 - in /websites/production/activemq/content: cache/main.pageCache getting-started.html

Author: buildbot
Date: Wed Apr 27 20:21:54 2016
New Revision: 986864

Log:
Production update by buildbot for activemq

Modified:
    websites/production/activemq/content/cache/main.pageCache
    websites/production/activemq/content/getting-started.html

Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/activemq/content/getting-started.html
==============================================================================
--- websites/production/activemq/content/getting-started.html (original)
+++ websites/production/activemq/content/getting-started.html Wed Apr 27 20:21:54 2016
@@ -82,11 +82,11 @@
         <tr>
         <td valign="top" width="100%">
 <div class="wiki-content maincontent"><h2 id="GettingStarted-Introduction">Introduction</h2><p>This document describes how to install and configure ActiveMQ 4.x/5.x for both Unix and Windows' platforms.</p><h2 id="GettingStarted-DocumentOrganization">Document Organization</h2><p class="confluence-link">The Getting Started Guide for ActiveMQ 4.x document contains the following sections:</p><p class="confluence-link"><style type="text/css">/*<![CDATA[*/
-div.rbtoc1445001786119 {padding: 0px;}
-div.rbtoc1445001786119 ul {list-style: disc;margin-left: 0px;}
-div.rbtoc1445001786119 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1461788412992 {padding: 0px;}
+div.rbtoc1461788412992 ul {list-style: disc;margin-left: 0px;}
+div.rbtoc1461788412992 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1445001786119">
+/*]]>*/</style></p><div class="toc-macro rbtoc1461788412992">
 <ul class="toc-indentation"><li><a shape="rect" href="#GettingStarted-Introduction">Introduction</a></li><li><a shape="rect" href="#GettingStarted-DocumentOrganization">Document Organization</a></li><li><a shape="rect" href="#GettingStarted-Pre-InstallationRequirements">Pre-Installation Requirements</a></li><li><a shape="rect" href="#GettingStarted-InstallationProcedureforWindows">Installation Procedure for Windows</a>
 <ul class="toc-indentation"><li><a shape="rect" href="#GettingStarted-WindowsBinaryInstallation">Windows Binary Installation</a></li><li><a shape="rect" href="#GettingStarted-WindowsSourceInstallation">Windows Source Installation</a></li><li><a shape="rect" href="#GettingStarted-WindowsDeveloper'sRelease">Windows Developer's Release</a></li></ul>
 </li><li><a shape="rect" href="#GettingStarted-InstallationProcedureforUnix">Installation Procedure for Unix</a>
@@ -160,7 +160,7 @@ chmod 755 activemq
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">cd [activemq_install_dir]
 </pre>
 </div></div><p>where <code>activemq_install_dir</code> is the directory in which ActiveMQ was installed, e.g., <code>c:\Program Files\ActiveMQ-5.x</code>. <br clear="none" class="atl-forced-newline"> Then type:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
-<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">bin\activemq
+<pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">bin\activemq start
 </pre>
 </div></div><p><strong>NOTE:</strong> Working directories get created relative to the current directory. To create working directories in the proper place, ActiveMQ must be launched from its home/installation directory.</p><h4 id="GettingStarted-OnUnix:">On Unix:</h4><p>From a command shell, change to the installation directory and run <code>ActiveMQ</code> as a <strong>foregroud</strong> process:</p><div class="code panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default" style="font-size:12px;">cd [activemq_install_dir]/bin