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
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>
<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