File conf-activemq.xml.diff of Package activemq
--- apache-activemq-5.2.0/conf/activemq.xml 2008-11-06 10:26:01.000000000 +0100
+++ /etc/activemq/conf/activemq.xml 2009-08-24 17:43:42.000000000 +0200
@@ -30,7 +30,7 @@
</property>
</bean>
- <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data">
+ <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="/var/lib/activemq">
<!-- Destination specific policies using destination names or wildcards -->
<destinationPolicy>
@@ -66,7 +66,7 @@
</networkConnectors>
<persistenceAdapter>
- <amqPersistenceAdapter syncOnWrite="false" directory="${activemq.base}/data" maxFileLength="20 mb"/>
+ <amqPersistenceAdapter syncOnWrite="false" directory="/var/lib/activemq" maxFileLength="20 mb"/>
</persistenceAdapter>
<!-- Use the following if you wish to configure the journal with JDBC -->
@@ -163,9 +163,9 @@
</connectors>
<handlers>
- <webAppContext contextPath="/admin" resourceBase="${activemq.base}/webapps/admin" logUrlOnStart="true"/>
- <webAppContext contextPath="/demo" resourceBase="${activemq.base}/webapps/demo" logUrlOnStart="true"/>
- <webAppContext contextPath="/fileserver" resourceBase="${activemq.base}/webapps/fileserver" logUrlOnStart="true"/>
+ <webAppContext contextPath="/admin" resourceBase="${activemq.home}/webapps/admin" logUrlOnStart="true"/>
+ <webAppContext contextPath="/demo" resourceBase="${activemq.home}/webapps/demo" logUrlOnStart="true"/>
+ <webAppContext contextPath="/fileserver" resourceBase="${activemq.home}/webapps/fileserver" logUrlOnStart="true"/>
</handlers>
</jetty>