Skip to Content.
Sympa Menu

perfsonar-dev - [GEANT/SA2/ps-java-services] r5537 - in branches/new-structure-with-base2/ps-mdm-rrd-ma: conf packaging/deb

Subject: perfsonar development work

List archive

[GEANT/SA2/ps-java-services] r5537 - in branches/new-structure-with-base2/ps-mdm-rrd-ma: conf packaging/deb


Chronological Thread 
  • From:
  • To:
  • Subject: [GEANT/SA2/ps-java-services] r5537 - in branches/new-structure-with-base2/ps-mdm-rrd-ma: conf packaging/deb
  • Date: Tue, 9 Mar 2010 11:37:27 GMT

Author: psnc.pikusa
Date: 2010-03-09 11:37:26 +0000 (Tue, 09 Mar 2010)
New Revision: 5537

Modified:
branches/new-structure-with-base2/ps-mdm-rrd-ma/conf/configuration-ma.xml
branches/new-structure-with-base2/ps-mdm-rrd-ma/packaging/deb/changelog
Log:
changelog - version number update
conf-ma.xml - change port from 8080 to 8180 in exist entry


Modified:
branches/new-structure-with-base2/ps-mdm-rrd-ma/conf/configuration-ma.xml
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/conf/configuration-ma.xml
2010-03-09 10:05:25 UTC (rev 5536)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/conf/configuration-ma.xml
2010-03-09 11:37:26 UTC (rev 5537)
@@ -64,7 +64,7 @@

className="org.perfsonar.base2.service.storage.xml.XMLDBComponent">
<option name="dataStorageClassName"

value="org.perfsonar.base2.service.storage.xml.exist.ExistHTTPDataStorage"/>
- <option name="uri"
value="http://localhost:8080/exist/rest/db/rrdmaconfig"/>
+ <option name="uri"
value="http://localhost:8180/exist/rest/db/rrdmaconfig"/>
<option name="username" value="rrdmaservice"/>
<option name="password" value="rrdmaservice"/>
</component>
@@ -113,14 +113,14 @@

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

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

<actions>

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

<option name="status" value="on" />
- <option name="interval" value="43" /> <!-- sec -->
+ <option name="interval" value="3600" /> <!-- sec -->
<option name="registerDataSource"

value="org.perfsonar.base2.service.registration.MetadataExistDBRegisterDataSource"/>

<option name="registerEventType"
@@ -128,7 +128,7 @@
<option name="registrator"

value="org.perfsonar.base2.service.registration.GenericLSRegistrator"/>
<option name="lsAddress-1"
-
value="http://localhost:8180/geant2-java-xml-ls/services/LookupService"/>
+
value="http://localhost:8180/perfsonar-java-xml-ls/services/LookupService"/>
<!--
<option name ="lsAddress-2"></option>
<option name ="lsAddress-3"></option>

Modified:
branches/new-structure-with-base2/ps-mdm-rrd-ma/packaging/deb/changelog
===================================================================
--- branches/new-structure-with-base2/ps-mdm-rrd-ma/packaging/deb/changelog
2010-03-09 10:05:25 UTC (rev 5536)
+++ branches/new-structure-with-base2/ps-mdm-rrd-ma/packaging/deb/changelog
2010-03-09 11:37:26 UTC (rev 5537)
@@ -1,4 +1,4 @@
-perfsonar-java-rrd-ma (3.3-1) stable; urgency=low
+perfsonar-java-rrd-ma (3.3-0) stable; urgency=low

* New: Use of new base library (base2)
* Change: Removed WebAdmin. New WebAdmin will be available in the next rc



  • [GEANT/SA2/ps-java-services] r5537 - in branches/new-structure-with-base2/ps-mdm-rrd-ma: conf packaging/deb, svn-noreply, 03/09/2010

Archive powered by MHonArc 2.6.16.

Top of Page