dain 2003/08/20 21:42:11
Modified: modules/core/src/conf boot-service.xml
Log:
Changed the scanner back to just use the deploy directory.
Revision Changes Path
1.6 +2 -3 incubator-geronimo/modules/core/src/conf/boot-service.xml
Index: boot-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/core/src/conf/boot-service.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boot-service.xml 20 Aug 2003 23:04:44 -0000 1.5
+++ boot-service.xml 21 Aug 2003 04:42:11 -0000 1.6
@@ -10,10 +10,9 @@
<mbean code="org.apache.geronimo.deployment.scanner.DeploymentScanner"
name="geronimo.deployment:role=DeploymentScanner">
<constructor>
<arg type="java.lang.String">
- file:../../example/
- file:../../jetty-hack/
+ file:../../deploy/
</arg>
- <arg type="boolean">false</arg>
+ <arg type="boolean">true</arg>
</constructor>
<attribute name="ScanInterval">5000</attribute>
<relationship type="DeploymentController-DeploymentScanner"
name="DeploymentController-DeploymentScanner" role="DeploymentScanner"/>