Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3335 - trunk/geant2_java-rrd-ma/conf

Subject: perfsonar development work

List archive

perfsonar: r3335 - trunk/geant2_java-rrd-ma/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3335 - trunk/geant2_java-rrd-ma/conf
  • Date: Fri, 8 Feb 2008 07:01:12 -0500

Author: roman
Date: 2008-02-08 07:01:11 -0500 (Fri, 08 Feb 2008)
New Revision: 3335

Modified:
trunk/geant2_java-rrd-ma/conf/wizard.properties
Log:

store properties removed (default values are present in service.properties
file)




Modified: trunk/geant2_java-rrd-ma/conf/wizard.properties
===================================================================
--- trunk/geant2_java-rrd-ma/conf/wizard.properties 2008-02-08 11:06:23
UTC (rev 3334)
+++ trunk/geant2_java-rrd-ma/conf/wizard.properties 2008-02-08 12:01:11
UTC (rev 3335)
@@ -76,99 +76,57 @@


<property>
- <entry key="service.r.service_type">ma</entry>
- <Comment>Enter the service type:</Comment>
- <ProposedValue>ma</ProposedValue>
- <Group order="1" check="false">LS</Group>
- </property>
-
- <property>
<entry key="service.r.service_name" required="true">perfSONAR Java RRD
MA</entry>
<Comment>Enter the service name:</Comment>
<ProposedValue>perfSONAR Java RRD MA</ProposedValue>
- <Group order="2">LS</Group>
+ <Group order="1">LS</Group>
</property>

<property>
- <entry key="service.r.service_version">3.0</entry>
- <Comment>Enter the service's version number:</Comment>
- <ProposedValue>3.0</ProposedValue>
- <Group order="3">LS</Group>
- <AcceptedValue>3.0</AcceptedValue>
- </property>
-
- <property>
<entry key="service.r.service_description">perfSONAR JavaRRD MA</entry>
<Comment>Enter a description for the service:</Comment>
<ProposedValue>perfSONAR JavaRRD MA</ProposedValue>
- <Group order="4">LS</Group>
+ <Group order="2">LS</Group>
</property>

<property>
<entry
key="service.r.contact_email">user@domain</entry>
<Comment>Enter the service administrator's email address:</Comment>

<ProposedValue>user@domain</ProposedValue>
- <Group order="5">LS</Group>
+ <Group order="3">LS</Group>
</property>

<property>
<entry key="service.r.organization_name">Institution</entry>
<Comment>Enter the name of the organization running this
service:</Comment>
<ProposedValue>Institution</ProposedValue>
- <Group order="6">LS</Group>
+ <Group order="4">LS</Group>
</property>

<property>
<entry key="service.r.ls_url" required="true">http://somewhere</entry>
<Comment>Enter the LS URL:</Comment>
<ProposedValue>http://somewhere</ProposedValue>
- <Group order="7">LS</Group>
+ <Group order="5">LS</Group>
</property>

<property>
<entry key="component.registrator.interval">3000</entry>
<Comment>Set the registration interval (milliseconds):</Comment>
<ProposedValue>30000</ProposedValue>
- <Group order="8">LS</Group>
+ <Group order="6">LS</Group>
</property>

<property>
<entry key="service.r.access_point"
required="true">http://somewhere</entry>
<Comment>Enter the service access point:</Comment>
<ProposedValue>http://somewhere</ProposedValue>
- <Group order="9">LS</Group>
+ <Group order="7">LS</Group>
</property>

- <property>
- <entry
key="component.registrator.scheduler_component">ma_scheduler</entry>
- <Comment>Select the registration component:</Comment>
- <ProposedValue>ma_scheduler</ProposedValue>
- <Group order="10">LS</Group>
- </property>


-
-
<property>
- <entry key="service.ma.xmldb.db_store" required="true">off</entry>
- <Comment>Do you want the service to accept store messages?</Comment>
- <ProposedValue>off</ProposedValue>
- <Group order="1" check="true">Store</Group>
- <AcceptedValue>on</AcceptedValue>
- <AcceptedValue>off</AcceptedValue>
- </property>
-
- <property>
- <entry key="service.ma.rrd.xmldb.db_store.data_dir"
required="true">/home/perfsonar/webapps</entry>
- <Comment>Enter the directory where new rrd files will be
stored:</Comment>
- <ProposedValue>/home/perfsonar/webapps</ProposedValue>
- <Group order="2">Store</Group>
- </property>
-
-
-
-
- <property>
<entry key="servlet.username" required="true">perfsonaruser</entry>
<Comment>Enter the username for logging in to the admin pages:</Comment>
<ProposedValue>perfsonaruser</ProposedValue>



  • perfsonar: r3335 - trunk/geant2_java-rrd-ma/conf, svnlog, 02/08/2008

Archive powered by MHonArc 2.6.16.

Top of Page