Disable ActiveMQ demo component
Posted
by
Rich
on Server Fault
See other posts from Server Fault
or by Rich
Published on 2012-03-22T10:35:23Z
Indexed on
2012/03/22
11:31 UTC
Read the original article
Hit count: 236
activemq
Is it possible to disable the demo component of the Active MQ console? I have tried removing the following lines from jetty.xml
but the /demo
link still works.
<bean class="org.eclipse.jetty.webapp.WebAppContext">
<property name="contextPath" value="/demo" />
<property name="resourceBase" value="${activemq.home}/webapps/demo" />
<property name="logUrlOnStart" value="true" />
</bean>
I am using Active MQ 5.5.1
© Server Fault or respective owner