You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xi...@apache.org on 2012/02/22 08:30:51 UTC

svn commit: r1292160 - /geronimo/server/trunk/framework/features/client/src/main/filtered-resources/resources/instances/client/var/config/config-substitutions.properties

Author: xiaming
Date: Wed Feb 22 07:30:51 2012
New Revision: 1292160

URL: http://svn.apache.org/viewvc?rev=1292160&view=rev
Log:
GERONIMO-6281 set activemq.data property to a path impacted by server.dir property for multiple instances scenario, though this may not be necessary for app client module I guess

Modified:
    geronimo/server/trunk/framework/features/client/src/main/filtered-resources/resources/instances/client/var/config/config-substitutions.properties

Modified: geronimo/server/trunk/framework/features/client/src/main/filtered-resources/resources/instances/client/var/config/config-substitutions.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/features/client/src/main/filtered-resources/resources/instances/client/var/config/config-substitutions.properties?rev=1292160&r1=1292159&r2=1292160&view=diff
==============================================================================
--- geronimo/server/trunk/framework/features/client/src/main/filtered-resources/resources/instances/client/var/config/config-substitutions.properties (original)
+++ geronimo/server/trunk/framework/features/client/src/main/filtered-resources/resources/instances/client/var/config/config-substitutions.properties Wed Feb 22 07:30:51 2012
@@ -33,7 +33,7 @@ MulticastDiscoveryPort = 6142
 MultipointServers = 
 MultipointHost = 0.0.0.0
 MultipointEnabled = false
-activemq.data = var/activemq
+activemq.data = ${org.apache.geronimo.server.dir}/var/activemq
 activemq.brokerName = DefaultActiveMQBroker
 ActiveMQPort = 61616
 ActiveMQHostname = 0.0.0.0