Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r5990 - trunk/perfsonar-java-sql-ma/conf

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r5990 - trunk/perfsonar-java-sql-ma/conf


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r5990 - trunk/perfsonar-java-sql-ma/conf
  • Date: Wed, 5 Sep 2012 10:29:12 +0100 (BST)

Author: nordunet.behrmann
Date: 2012-09-05 10:29:12 +0100 (Wed, 05 Sep 2012)
New Revision: 5990

Modified:
trunk/perfsonar-java-sql-ma/conf/service.properties
trunk/perfsonar-java-sql-ma/conf/wizard.properties
Log:
perfsonar-java-sql-ma: Update default config

- Changed expected Tomcat port number to 8080
- Set default eXist password to sqlmaservice (as documented
in the SQL MA installation guide).

Modified: trunk/perfsonar-java-sql-ma/conf/service.properties
===================================================================
--- trunk/perfsonar-java-sql-ma/conf/service.properties 2012-09-05 09:29:11
UTC (rev 5989)
+++ trunk/perfsonar-java-sql-ma/conf/service.properties 2012-09-05 09:29:12
UTC (rev 5990)
@@ -58,7 +58,7 @@

# Group=eXist
# Description=URI address of the collection in the eXist DB that contains
the metadata configuration file.
-component.ma.xmldb.db_uri=xmldb:exist://localhost:8180/exist/xmlrpc/db/sqlmaconfig
+component.ma.xmldb.db_uri=xmldb:exist://localhost:8080/exist/xmlrpc/db/sqlmaconfig

# Group=eXist
# Description=The username for the eXist DB.
@@ -66,7 +66,7 @@

# Group=eXist
# Description=The user password for the eXist DB.
-component.ma.xmldb.db_password=
+component.ma.xmldb.db_password=sqlmaservice

# Group=eXist
# Description=The administrator password for the eXist DB.
@@ -92,7 +92,7 @@

# Group=LS
# Description=The URL address of the service configured by this
configuration file.
-service.r.access_point=http://somewhere:8180/geant2-java-sql-ma/services/MeasurementArchiveService
+service.r.access_point=http://somewhere:8080/geant2-java-sql-ma/services/MeasurementArchiveService

# Group=LS
# Description=The name of the organisation who is deploying the service.

Modified: trunk/perfsonar-java-sql-ma/conf/wizard.properties
===================================================================
--- trunk/perfsonar-java-sql-ma/conf/wizard.properties 2012-09-05 09:29:11
UTC (rev 5989)
+++ trunk/perfsonar-java-sql-ma/conf/wizard.properties 2012-09-05 09:29:12
UTC (rev 5990)
@@ -28,9 +28,9 @@


<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 URI location of the eXist database:</Comment>
- <ProposedValue>xmldb:exist://localhost:8180/exist/xmlrpc</ProposedValue>
+ <ProposedValue>xmldb:exist://localhost:8080/exist/xmlrpc</ProposedValue>
<Group order="1">eXist</Group>
</property>

@@ -42,9 +42,9 @@
</property>

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




  • [pS-dev] [GEANT/SA2/ps-java-services] r5990 - trunk/perfsonar-java-sql-ma/conf, svn-noreply, 09/05/2012

Archive powered by MHonArc 2.6.16.

Top of Page