[jboss-cvs] JBossAS SVN: r91705 - branches/Branch_5_x/server/src/etc/conf/all/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 28 03:56:33 EDT 2009


Author: jaikiran
Date: 2009-07-28 03:56:32 -0400 (Tue, 28 Jul 2009)
New Revision: 91705

Modified:
   branches/Branch_5_x/server/src/etc/conf/all/bootstrap/vfs.xml
Log:
JBAS-7126 Include farm folder in VFSCache configuration

Modified: branches/Branch_5_x/server/src/etc/conf/all/bootstrap/vfs.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/all/bootstrap/vfs.xml	2009-07-28 07:48:14 UTC (rev 91704)
+++ branches/Branch_5_x/server/src/etc/conf/all/bootstrap/vfs.xml	2009-07-28 07:56:32 UTC (rev 91705)
@@ -28,6 +28,12 @@
           <key>${jboss.server.home.url}deploy</key>
           <value><inject bean="VfsNamesExceptionHandler"/></value>
         </entry>
+	<!-- Comes into play only for "all" server configuration " -->
+	<entry>
+		<key>${jboss.server.home.url}farm</key>
+		<value><inject bean="VfsNamesExceptionHandler"/></value>
+	</entry>
+
       </map>
     </property>
     <property name="realCache">




More information about the jboss-cvs-commits mailing list