Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r4659 - in trunk/geant2_java-xml-ls/conf: . conf-rpm

Subject: perfsonar development work

List archive

perfsonar: r4659 - in trunk/geant2_java-xml-ls/conf: . conf-rpm


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4659 - in trunk/geant2_java-xml-ls/conf: . conf-rpm
  • Date: Thu, 23 Oct 2008 07:04:44 -0400

Author: mac
Date: 2008-10-23 07:04:43 -0400 (Thu, 23 Oct 2008)
New Revision: 4659

Modified:
trunk/geant2_java-xml-ls/conf/conf-rpm/wizard.properties
trunk/geant2_java-xml-ls/conf/wizard.properties
Log:
empty exist menu bug fix



Modified: trunk/geant2_java-xml-ls/conf/conf-rpm/wizard.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/conf-rpm/wizard.properties 2008-10-23
10:45:24 UTC (rev 4658)
+++ trunk/geant2_java-xml-ls/conf/conf-rpm/wizard.properties 2008-10-23
11:04:43 UTC (rev 4659)
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties [
+ <!ELEMENT properties ( comment?, property* )>
+<!ATTLIST properties version CDATA #FIXED "0.1">
+<!ELEMENT comment (#PCDATA) >
+<!ELEMENT property (entry,Comment,ProposedValue,Group+,AcceptedValue*) >
+<!ELEMENT entry (#PCDATA) >
+<!ATTLIST entry
+key CDATA #REQUIRED
+ password (true|false) #IMPLIED
+ required (true|false) #IMPLIED >
+<!ELEMENT Comment (#PCDATA) >
+<!ELEMENT ProposedValue (#PCDATA) >
+<!ELEMENT Group (#PCDATA) >
+<!ATTLIST Group
+ order CDATA #REQUIRED
+ check (true|false) #IMPLIED
+>
+<!ELEMENT AcceptedValue (#PCDATA) >
+]>
+
<properties>

<property>
@@ -10,38 +31,38 @@
</property>

<property>
- <entry
key="service.ls.db_uri">http://localhost:8080/exist/rest/db/ls</entry>
+ <entry
key="service.ls.db_uri">http://localhost:8180/exist/rest/db/ls</entry>
<Comment>Enter the location of the eXist database</Comment>
- <ProposedValue>http://localhost:8080/exist/rest/db/ls</ProposedValue>
- <Group order="2" check="true">eXist</Group>
+ <ProposedValue>http://localhost:8180/exist/rest/db/ls</ProposedValue>
+ <Group order="2">eXist</Group>
</property>

<property>
<entry key="service.ls.db_username">lookupservice</entry>
<Comment>Specify the service username for the exist user</Comment>
<ProposedValue>lookupservice</ProposedValue>
- <Group order="3" check="true">eXist</Group>
+ <Group order="3">eXist</Group>
</property>

<property>
<entry key="service.ls.db_password">sonar</entry>
<Comment>Specify the administration password for exist</Comment>
<ProposedValue>sonar</ProposedValue>
- <Group order="4" check="true">eXist</Group>
+ <Group order="4">eXist</Group>
</property>

<property>
<entry key="service.ls.db_adminpassword"></entry>
<Comment>Specify the administration password for exist</Comment>
<ProposedValue></ProposedValue>
- <Group order="5" check="true">eXist</Group>
+ <Group order="5">eXist</Group>
</property>

<property>
<entry key="initialize.db" required="true">on</entry>
<Comment>Would you like to initialize database structure?</Comment>
<ProposedValue>yes</ProposedValue>
- <Group order="6" check="true">eXist</Group>
+ <Group order="6">eXist</Group>
<AcceptedValue>yes</AcceptedValue>
<AcceptedValue>no</AcceptedValue>
</property>

Modified: trunk/geant2_java-xml-ls/conf/wizard.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/wizard.properties 2008-10-23 10:45:24
UTC (rev 4658)
+++ trunk/geant2_java-xml-ls/conf/wizard.properties 2008-10-23 11:04:43
UTC (rev 4659)
@@ -1,3 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE properties [
+ <!ELEMENT properties ( comment?, property* )>
+<!ATTLIST properties version CDATA #FIXED "0.1">
+<!ELEMENT comment (#PCDATA) >
+<!ELEMENT property (entry,Comment,ProposedValue,Group+,AcceptedValue*) >
+<!ELEMENT entry (#PCDATA) >
+<!ATTLIST entry
+key CDATA #REQUIRED
+ password (true|false) #IMPLIED
+ required (true|false) #IMPLIED >
+<!ELEMENT Comment (#PCDATA) >
+<!ELEMENT ProposedValue (#PCDATA) >
+<!ELEMENT Group (#PCDATA) >
+<!ATTLIST Group
+ order CDATA #REQUIRED
+ check (true|false) #IMPLIED
+>
+<!ELEMENT AcceptedValue (#PCDATA) >
+]>
+
<properties>

<property>
@@ -10,38 +31,38 @@
</property>

<property>
- <entry
key="service.ls.db_uri">http://localhost:8080/exist/rest/db/ls</entry>
+ <entry
key="service.ls.db_uri">http://localhost:8180/exist/rest/db/ls</entry>
<Comment>Enter the location of the eXist database</Comment>
- <ProposedValue>http://localhost:8080/exist/rest/db/ls</ProposedValue>
- <Group order="2" check="true">eXist</Group>
+ <ProposedValue>http://localhost:8180/exist/rest/db/ls</ProposedValue>
+ <Group order="2">eXist</Group>
</property>

<property>
<entry key="service.ls.db_username">lookupservice</entry>
<Comment>Specify the service username for the exist user</Comment>
<ProposedValue>lookupservice</ProposedValue>
- <Group order="3" check="true">eXist</Group>
+ <Group order="3">eXist</Group>
</property>

<property>
<entry key="service.ls.db_password">sonar</entry>
<Comment>Specify the administration password for exist</Comment>
<ProposedValue>sonar</ProposedValue>
- <Group order="4" check="true">eXist</Group>
+ <Group order="4">eXist</Group>
</property>

<property>
<entry key="service.ls.db_adminpassword"></entry>
<Comment>Specify the administration password for exist</Comment>
<ProposedValue></ProposedValue>
- <Group order="5" check="true">eXist</Group>
+ <Group order="5">eXist</Group>
</property>

<property>
<entry key="initialize.db" required="true">on</entry>
<Comment>Would you like to initialize database structure?</Comment>
<ProposedValue>yes</ProposedValue>
- <Group order="6" check="true">eXist</Group>
+ <Group order="6">eXist</Group>
<AcceptedValue>yes</AcceptedValue>
<AcceptedValue>no</AcceptedValue>
</property>
@@ -91,23 +112,32 @@

<property>
<entry key="service.r.ls_url" required="true">http://somewhere</entry>
- <Comment>Enter the LS URL (not localhost!):</Comment>
+ <Comment>Enter the explicit gLS URL to register to (may be more than one
as comma separated values):</Comment>
<ProposedValue>http://somewhere</ProposedValue>
<Group order="5">LS</Group>
</property>
+
+ <property>
+ <entry key="service.r.root_hints"
required="true">http://www.perfsonar.net/gls.root.hints</entry>
+ <Comment>The URL of root.hints (may be more than one as comma separated
values):</Comment>
+ <ProposedValue>http://www.perfsonar.net/gls.root.hints</ProposedValue>
+ <Group order="6">LS</Group>
+ </property>

+
+
<property>
<entry key="component.registrator.interval">43200</entry>
- <Comment>Set the registration interval (seconds):</Comment>
+ <Comment>Set the registration interval (in seconds):</Comment>
<ProposedValue>43200</ProposedValue>
- <Group order="6">LS</Group>
+ <Group order="7">LS</Group>
</property>

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





  • perfsonar: r4659 - in trunk/geant2_java-xml-ls/conf: . conf-rpm, svnlog, 10/23/2008

Archive powered by MHonArc 2.6.16.

Top of Page