Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4412 - trunk/geant2-java-sql-ma/conf

Subject: perfsonar development work

List archive

perfsonar: r4412 - trunk/geant2-java-sql-ma/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4412 - trunk/geant2-java-sql-ma/conf
  • Date: Fri, 29 Aug 2008 09:28:58 -0400

Author: roman
Date: 2008-08-29 09:28:57 -0400 (Fri, 29 Aug 2008)
New Revision: 4412

Modified:
trunk/geant2-java-sql-ma/conf/wizard.properties
Log:
list of properties eXist updated



Modified: trunk/geant2-java-sql-ma/conf/wizard.properties
===================================================================
--- trunk/geant2-java-sql-ma/conf/wizard.properties 2008-08-29 13:22:41
UTC (rev 4411)
+++ trunk/geant2-java-sql-ma/conf/wizard.properties 2008-08-29 13:28:57
UTC (rev 4412)
@@ -28,7 +28,7 @@


<property>
- <entry key="component.ma.xmldb.db_uri"
required="true">xmldb:exist://localhost:8180/exist/xmlrpc</entry>
+ <entry key="component.ma.xmldb.db_uri"
required="true">xmldb:exist://localhost:8080/exist/xmlrpc</entry>
<Comment>Enter the location of the eXist database:</Comment>
<ProposedValue>xmldb:exist://localhost:8180/exist/xmlrpc</ProposedValue>
<Group order="1">eXist</Group>
@@ -42,37 +42,69 @@
</property>

<property>
- <entry key="component.ma.xmldb.db_password" required="true"
password="true"></entry>
+ <entry key="component.ma.xmldb.db_password" required="true"
password="true">perfsonar</entry>
<Comment>Enter the password for the eXist user:</Comment>
- <ProposedValue></ProposedValue>
+ <ProposedValue>perfsonar</ProposedValue>
<Group order="3">eXist</Group>
</property>

<property>
- <entry key="component.ma.xmldb.db_adminpassword" required="true"
password="true"></entry>
- <Comment>Enter the eXist administration password:</Comment>
- <ProposedValue></ProposedValue>
- <Group order="4">eXist</Group>
+ <entry key="create_user" required="true">no</entry>
+ <Comment>Do you wish to create a user with this name?</Comment>
+ <ProposedValue>yes</ProposedValue>
+ <Group order="4" check="true">eXist</Group>
+ <AcceptedValue>yes</AcceptedValue>
+ <AcceptedValue>no</AcceptedValue>
</property>

<property>
- <entry key="old_adminpassword" required="true"
password="true">perfsonar</entry>
- <Comment>Enter the old eXist administration password:</Comment>
- <ProposedValue>perfsonar</ProposedValue>
- <Group order="6">eXist</Group>
+ <entry key="old_adminpassword_1" required="true" password="true" />
+ <Comment>Enter the eXist administration password:</Comment>
+ <ProposedValue />
+ <Group order="5" dependsOn="4">eXist</Group>
</property>

<property>
<entry key="service.ma.conf_file"
required="true">/etc/geant2-java-sql-ma/sql-database_TEST.xml</entry>
<Comment>Enter the full path of the metadata configuration
file:</Comment>

<ProposedValue>/etc/geant2-java-sql-ma/sql-database_TEST.xml</ProposedValue>
- <Group order="7">eXist</Group>
+ <Group order="6">eXist</Group>
</property>

+ <property>
+ <entry key="change_admin_pass" required="true">no</entry>
+ <Comment>Do you wish to change the exist Admin password?</Comment>
+ <ProposedValue>yes</ProposedValue>
+ <Group order="7" check="true">eXist</Group>
+ <AcceptedValue>yes</AcceptedValue>
+ <AcceptedValue>no</AcceptedValue>
+ </property>

+ <property>
+ <entry key="component.ma.xmldb.db_adminpassword" required="true"
password="true" />
+ <Comment>Enter the eXist administration password:</Comment>
+ <ProposedValue />
+ <Group order="8" dependsOn="7">eXist</Group>
+ </property>

+ <property>
+ <entry key="component.ma.xmldb.db_adminpassword_confirm" required="true"
password="true" />
+ <Comment>Confirm new eXist administration password:</Comment>
+ <ProposedValue />
+ <Group order="9" dependsOn="7">eXist</Group>
+ </property>

+ <property>
+ <entry key="old_adminpassword" required="true" password="true" />
+ <Comment>Enter the old eXist administration password:</Comment>
+ <ProposedValue />
+ <Group order="99" dependsOn="7">eXist</Group>
+ </property>

+
+
+
+
<property>
<entry key="service.r.service_name" required="true">perfSONAR Java SQL
MA</entry>
<Comment>Enter the service name:</Comment>



  • perfsonar: r4412 - trunk/geant2-java-sql-ma/conf, svnlog, 08/29/2008

Archive powered by MHonArc 2.6.16.

Top of Page