Fix distribution bootstrap configs
Some of the distribution configuration files were outdated, using the old configuration format. This patch updates the config to allow the server to parse and run accordingly.
This commit is contained in:
parent
c43e3008b6
commit
57d02ab361
|
@ -18,11 +18,13 @@
|
|||
|
||||
<broker xmlns="http://activemq.org/schema">
|
||||
|
||||
<core configuration="file:${activemq.home}/config/clustered/activemq-configuration.xml"/>
|
||||
<basic-security>
|
||||
<users>file:${activemq.home}/config/non-clustered/activemq-users.properties</users>
|
||||
<roles>file:${activemq.home}/config/non-clustered/activemq-roles.properties</roles>
|
||||
<default-user>guest</default-user>
|
||||
</basic-security>
|
||||
|
||||
<jms configuration="file:${activemq.home}/config/clustered/activemq-jms.xml"/>
|
||||
|
||||
<file-security configuration="file:${activemq.home}/config/non-clustered/activemq-users.xml"/>
|
||||
<server configuration="file:${activemq.home}/config/clustered/activemq-configuration.xml"/>
|
||||
|
||||
<web bind="http://localhost:8161" path="web">
|
||||
<app url="jolokia" war="jolokia-war-1.2.3.war"/>
|
||||
|
|
|
@ -18,11 +18,13 @@
|
|||
|
||||
<broker xmlns="http://activemq.org/schema">
|
||||
|
||||
<core configuration="file:${activemq.home}/config/replicated/activemq-configuration.xml"/>
|
||||
<basic-security>
|
||||
<users>file:${activemq.home}/config/non-clustered/activemq-users.properties</users>
|
||||
<roles>file:${activemq.home}/config/non-clustered/activemq-roles.properties</roles>
|
||||
<default-user>guest</default-user>
|
||||
</basic-security>
|
||||
|
||||
<jms configuration="file:${activemq.home}/config/replicated/activemq-jms.xml"/>
|
||||
|
||||
<file-security configuration="file:${activemq.home}/config/non-clustered/activemq-users.xml"/>
|
||||
<server configuration="file:${activemq.home}/config/replicated/activemq-configuration.xml"/>
|
||||
|
||||
<web bind="http://localhost:8161" path="web">
|
||||
<app url="jolokia" war="jolokia-war-1.2.3.war"/>
|
||||
|
|
|
@ -18,11 +18,13 @@
|
|||
|
||||
<broker xmlns="http://activemq.org/schema">
|
||||
|
||||
<core configuration="file:${activemq.home}/config/shared-store/activemq-configuration.xml"/>
|
||||
<basic-security>
|
||||
<users>file:${activemq.home}/config/non-clustered/activemq-users.properties</users>
|
||||
<roles>file:${activemq.home}/config/non-clustered/activemq-roles.properties</roles>
|
||||
<default-user>guest</default-user>
|
||||
</basic-security>
|
||||
|
||||
<jms configuration="file:${activemq.home}/config/shared-store/activemq-jms.xml"/>
|
||||
|
||||
<file-security configuration="file:${activemq.home}/config/non-clustered/activemq-users.xml"/>
|
||||
<server configuration="file:${activemq.home}/config/shared-store/activemq-configuration.xml"/>
|
||||
|
||||
<web bind="http://localhost:8161" path="web">
|
||||
<app url="jolokia" war="jolokia-war-1.2.3.war"/>
|
||||
|
|
Loading…
Reference in New Issue