Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r5072 - branches/new-structure-with-base2/ps-mdm-ls/conf
  • Date: Fri, 13 Mar 2009 11:05:17 -0400

Author: mac
Date: 2009-03-13 11:05:16 -0400 (Fri, 13 Mar 2009)
New Revision: 5072

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



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-13 14:12:00 UTC (rev 5071)
+++ branches/new-structure-with-base2/ps-mdm-ls/conf/configuration.xml
2009-03-13 15:05:16 UTC (rev 5072)
@@ -35,9 +35,11 @@
<message type="LSRegisterRequest"

handler="org.perfsonar.service.lookupservice.LSRegistrationMessageHandler">
<option name="ServiceEngine"
-
value="org.perfsonar.service.lookupservice.LSRegisterServiceEngine" />
+
value="org.perfsonar.service.lookupservice.FileTestServiceServiceEngine"/>
+ <!-- option name="ServiceEngine"
+
value="org.perfsonar.service.lookupservice.LSRegisterServiceEngine" /-->
<option name="authN" value="no" />
- </message>
+ </message>

<!-- QUERY -->
<message type="LSQueryRequest"
@@ -101,31 +103,29 @@

className="org.perfsonar.base2.service.scheduler.SchedulingComponent">

<option name="schedulerClassName"
value="org.perfsonar.base2.service.scheduler.SimpleScheduler"/>
- <option name="interval" value="10000"/> <!-- ms -->
+ <option name="interval" value="60"/> <!-- sec -->

<actions>
-
- <action name="test1"
className="org.perfsonar.service.lookupservice.LSCleanupSchedulerAction">
- <option name="lsTTL" value="60"/> <!-- sec -->
- <option name="interval" value="33000" /><!-- ms -->
+ <!--
+ <action name="LSCleanup_1"
className="org.perfsonar.service.lookupservice.LSCleanupSchedulerAction">
+ <option name="lsTTL" value="360"/>
+ <option name="interval" value="45" />
</action>
+ -->

- <!--
+
<action name="registration"
className="org.perfsonar.base2.service.registration.LSRegistrationAction">

+ <option name="interval" value="3600" />
<option name="registerDataSource"
-
value="org.perfsonar.base2.service.registration.ExistDBRegisterDataSource"/>
-
+
value="org.perfsonar.service.lookupservice.registration.LSSummaryRegisterDataSource"/>
<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 -->
- <!--
+ value="http://localhost:8080/axis2/services/xmlls"/>
+
<option name="keyRefresh" value="0"/>
</action>
- -->

</actions>
</component>



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

Archive powered by MHonArc 2.6.16.

Top of Page