[
https://issues.apache.org/jira/browse/AMQ-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Bosanac resolved AMQ-3346.
--------------------------------
Resolution: Fixed
Assignee: Dejan Bosanac
Snippet added
https://cwiki.apache.org/confluence/display/ACTIVEMQ/Web+Console
Thanks and keep 'em coming!
> Document need for Jetty import when Web Console not starting
> ------------------------------------------------------------
>
> Key: AMQ-3346
> URL: https://issues.apache.org/jira/browse/AMQ-3346
> Project: ActiveMQ
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 5.5.0
> Reporter: Jakub Korab
> Assignee: Dejan Bosanac
> Priority: Trivial
>
> Could you please add the following snippet to the Web Console documentation
> (http://activemq.apache.org/web-console.html):
> In the event that you are running a standalone broker and the Web Console is
> not reachable, check that the following lines are included in your ActiveMQ
> config xml:
> <bean
> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
> <property name="locations">
> <value>file:${activemq.base}/conf/credentials.properties</value>
> </property>
> </bean>
> <!-- your broker config goes here -->
> <import resource="${activemq.base}/conf/jetty.xml" />
>
> The import will start up an embedded Jetty container. To verify that the
> config is working, the following should appear in your ActiveMQ console/logs
> on next startup:
> INFO | jetty-7.1.6.v20100715
> INFO | ActiveMQ WebConsole initialized.
>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira