Author: thomas.heute(a)jboss.com
Date: 2010-02-23 04:40:49 -0500 (Tue, 23 Feb 2010)
New Revision: 1814
Modified:
portal/trunk/component/common/src/main/java/conf/configuration.xml
Log:
GTNPORTAL-693: Windows: SEVERE: Cannot load property file
Should be validated by someone using Tomcat on Windows
Modified: portal/trunk/component/common/src/main/java/conf/configuration.xml
===================================================================
--- portal/trunk/component/common/src/main/java/conf/configuration.xml 2010-02-23 09:11:54
UTC (rev 1813)
+++ portal/trunk/component/common/src/main/java/conf/configuration.xml 2010-02-23 09:40:49
UTC (rev 1814)
@@ -31,7 +31,7 @@
<init-params>
<value-param profiles="tomcat">
<name>properties.url</name>
-
<value>file://${catalina.base}/gatein/conf/configuration.properties</value>
+
<value>file:///${catalina.base}/gatein/conf/configuration.properties</value>
</value-param>
<value-param profiles="jboss">
<name>properties.url</name>