[
https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60628#action_60628
]
Grant Birchmeier commented on AMQ-2824:
---------------------------------------
The shell script bin/activemq that you cite is not in the latest binary
distribution. Should it be? Maybe this is not a doc bug, but is actually a
bug in the distro creation.
I downloaded the latest apache-activemq-5.3.2-bin.zip yesterday. As you can
see below, it's just not there.
1047 /opt$ unzip -l apache-activemq-5.3.2-bin.zip | /bin/grep bin
Archive: apache-activemq-5.3.2-bin.zip
0 04-26-10 15:24 apache-activemq-5.3.2/bin/
14788 04-26-10 15:13 apache-activemq-5.3.2/bin/run.jar
3832 04-26-10 15:24 apache-activemq-5.3.2/bin/activemq-admin.bat
3776 04-26-10 15:24 apache-activemq-5.3.2/bin/activemq.bat
0 04-26-10 15:24 apache-activemq-5.3.2/bin/win32/
1558 04-26-10 15:24 apache-activemq-5.3.2/bin/win32/activemq.bat
1712 04-26-10 15:24 apache-activemq-5.3.2/bin/win32/InstallService.bat
1550 04-26-10 15:24 apache-activemq-5.3.2/bin/win32/UninstallService.bat
5893 04-26-10 15:24 apache-activemq-5.3.2/bin/win32/wrapper.conf
81920 04-26-10 14:56 apache-activemq-5.3.2/bin/win32/wrapper.dll
204800 04-26-10 14:56 apache-activemq-5.3.2/bin/win32/wrapper.exe
83820 04-26-10 14:57 apache-activemq-5.3.2/bin/wrapper.jar
> "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.