Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r5037 - branches/new-structure-with-base2/ps-mdm-ls/conf

Subject: perfsonar development work

List archive

perfsonar: r5037 - branches/new-structure-with-base2/ps-mdm-ls/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5037 - branches/new-structure-with-base2/ps-mdm-ls/conf
  • Date: Fri, 6 Mar 2009 10:25:38 -0500

Author: mac
Date: 2009-03-06 10:25:38 -0500 (Fri, 06 Mar 2009)
New Revision: 5037

Modified:
branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
Log:
updated

Modified: branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
2009-03-06 15:24:48 UTC (rev 5036)
+++ branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
2009-03-06 15:25:38 UTC (rev 5037)
@@ -27,7 +27,7 @@
<message type="EchoRequest"

handler="org.perfsonar.base2.service.messages.GenericMessageHandler">
<option name="ServiceEngine"
-
value="org.perfsonar.service.simpleservice.SimpleServiceServiceEngine" />
+
value="org.perfsonar.service.lookupservice.EchoServiceEngine" />
<option name="authN" value="no" />
</message>

@@ -63,6 +63,11 @@
<option name="authN" value="no" />
</message>

+
+
+
+
+
</messageHandler>

<!--
....................................................................................
-->
@@ -91,11 +96,39 @@
<option name="exist-config" value="exist"/> <!-- reference to eXist
DB XML config-->
</component>

- <!-- Distributed Lookup Service DAO -->
- <!--
- ...
- -->
+ <!-- Scheduler -->
+ <component name="scheduling"
+
className="org.perfsonar.base2.service.scheduler.SchedulingComponent">

+ <option name="schedulerClassName"
value="org.perfsonar.base2.service.scheduler.SimpleScheduler"/>
+ <option name="interval" value="10000"/> <!-- ms -->
+
+ <actions>
+
+ <action name="test1"
className="org.perfsonar.service.lookupservice.LSCleanupSchedulerAction">
+ <option name="lsTTL" value="60"/> <!-- sec -->
+ <option name="interval" value="33000" /><!-- ms -->
+ </action>
+
+ <!--
+ <action name="registration"
className="org.perfsonar.base2.service.registration.LSRegistrationAction">
+
+ <option name="registerDataSource"
+
value="org.perfsonar.base2.service.registration.ExistDBRegisterDataSource"/>
+
+ <option name="registrator"
+
value="org.perfsonar.base2.service.registration.GenericLSRegistrator"/>
+ <option name="lsAddress-1"
+
value="http://localhost:8180/geant2-java-xml-ls/services/LookupService"/>
+ -->
+ <!--optional parameter -->
+ <!--
+ <option name="keyRefresh" value="0"/>
+ </action>
+ -->
+
+ </actions>
+ </component>

</auxiliaryComponents>




  • perfsonar: r5037 - branches/new-structure-with-base2/ps-mdm-ls/conf, svnlog, 03/06/2009

Archive powered by MHonArc 2.6.16.

Top of Page