You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2008/10/20 11:34:40 UTC

svn commit: r706164 - in /activemq/trunk/assembly/src/release: conf/activemq.xml webapps/admin/WEB-INF/webconsole-embedded.xml

Author: gtully
Date: Mon Oct 20 02:34:40 2008
New Revision: 706164

URL: http://svn.apache.org/viewvc?rev=706164&view=rev
Log:
fix AMQ-1982; modify fix for AMQ-1237

Modified:
    activemq/trunk/assembly/src/release/conf/activemq.xml
    activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=706164&r1=706163&r2=706164&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Mon Oct 20 02:34:40 2008
@@ -26,7 +26,7 @@
     <!-- Allows us to use system properties as variables in this configuration file -->
     <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
          <property name="locations">
-            <value>file://${activemq.base}/conf/credentials.properties</value>
+            <value>file:///${activemq.base}/conf/credentials.properties</value>
          </property>      
     </bean>
 

Modified: activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml?rev=706164&r1=706163&r2=706164&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml (original)
+++ activemq/trunk/assembly/src/release/webapps/admin/WEB-INF/webconsole-embedded.xml Mon Oct 20 02:34:40 2008
@@ -20,7 +20,7 @@
 
   <bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
         <property name="locations">
-                <value>file://${activemq.base}/conf/credentials.properties</value>
+                <value>file:///${activemq.base}/conf/credentials.properties</value>
         </property>  
   </bean>