Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 84816 invoked from network); 13 Jul 2010 14:12:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Jul 2010 14:12:50 -0000 Received: (qmail 59500 invoked by uid 500); 13 Jul 2010 14:12:50 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 59402 invoked by uid 500); 13 Jul 2010 14:12:49 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 59394 invoked by uid 99); 13 Jul 2010 14:12:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jul 2010 14:12:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jul 2010 14:12:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6DE4sRo020141 for ; Tue, 13 Jul 2010 14:04:54 GMT Message-ID: <113178.40721279029894279.JavaMail.jira@thor> Date: Tue, 13 Jul 2010 10:04:54 -0400 (EDT) From: "Grant Birchmeier (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release In-Reply-To: <7298851.40031278970551788.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60631#action_60631 ] Grant Birchmeier commented on AMQ-2824: --------------------------------------- Oh, son of a biscuit. Can't believe I made that mistake. I'll close this issue. > "Starting ActiveMQ" doc page is not accurate for latest Unix release > -------------------------------------------------------------------- > > Key: AMQ-2824 > URL: https://issues.apache.org/activemq/browse/AMQ-2824 > Project: ActiveMQ > Issue Type: Bug > Components: Documentation > Affects Versions: 5.3.2 > Environment: Unix > Reporter: Grant Birchmeier > Assignee: Dejan Bosanac > > See this page: > http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ > The "On Unix" section directs you to do: > $ cd [activemq_install_dir] > $ bin/activemq > This was correct in 5.2.0, but not in 5.3.0. As best as I can tell, the Unix instructions should now be: > $ cd [activemq_install_dir] > $ java -jar run.jar start (perhaps as superuser) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.