perfsonar-dev - perfsonar: r4026 - in trunk/geant2_java-xml-ls/conf: . conf-rpm
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r4026 - in trunk/geant2_java-xml-ls/conf: . conf-rpm
- Date: Thu, 19 Jun 2008 08:41:44 -0400
Author: mac
Date: 2008-06-19 08:41:44 -0400 (Thu, 19 Jun 2008)
New Revision: 4026
Modified:
trunk/geant2_java-xml-ls/conf/components.properties
trunk/geant2_java-xml-ls/conf/conf-rpm/objects.config
trunk/geant2_java-xml-ls/conf/log4j.properties
trunk/geant2_java-xml-ls/conf/objects.config
trunk/geant2_java-xml-ls/conf/service.properties
trunk/geant2_java-xml-ls/conf/servlet.properties
trunk/geant2_java-xml-ls/conf/wizard.properties
Log:
new objects.properties (NMWG mapping)
updated config files
Modified: trunk/geant2_java-xml-ls/conf/components.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/components.properties 2008-06-19 12:38:21
UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/components.properties 2008-06-19 12:41:44
UTC (rev 4026)
@@ -3,21 +3,25 @@
# --------------- Common components -----------------------------
-#Configuration component - must be the first one!
+# Group=PropertiesConfiguration
+# Description=The configuration component (this component must be loaded
first).
config=org.perfsonar.base.auxiliary.components.configuration.properties.PropertiesConfigurationComponent
-#Logger component - must be the second one!
+# Group=Logging
+# Description=The logger component (this component must be loaded second).
logger=org.perfsonar.base.auxiliary.components.logger.log4j.Log4jLoggerComponent
# ---------------- Service specific components -------------------
-#Lookup service scheduler, needs for other functionalities such as LS
Cleanup, MLS
+# Group=Scheduler
+# Description=The Lookup service scheduler, needed for other functionalities
such as LS Cleanup and dLS.
ls_scheduler=org.perfsonar.base.auxiliary.components.simplescheduler.Scheduler
-# LS Cleanup (loads by LSCleanupLoader, needs scheduler)
-# To enable remove "" prefix
+# Group=LS_Cleanup
+# Description=LS Cleanup component (loaded by LSCleanupLoader, needs
scheduler).
ls_cleanup_loader=org.perfsonar.service.lookupService.xmlType.LSCleanupLoader
-# Multidomain LS
-# To enable remove "#MULTILS:" prefix
-#...
+# Group=LS_Registration
+# Description=LS Registration component (needs scheduler).
+#registrator=org.perfsonar.service.base.registration.LSRegistrationComponent
+
Modified: trunk/geant2_java-xml-ls/conf/conf-rpm/objects.config
===================================================================
--- trunk/geant2_java-xml-ls/conf/conf-rpm/objects.config 2008-06-19
12:38:21 UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/conf-rpm/objects.config 2008-06-19
12:41:44 UTC (rev 4026)
@@ -194,7 +194,13 @@
http://ggf.org/ns/nmwg/topology/2.0/src/
org.ggf.ns.nmwg.topology.v2_0.Src
http://ogf.org/schema/network/topology/base/20070707/domain/
org.ogf.schema.network.topology.base.v20070707.Domain
http://ogf.org/schema/network/topology/base/20070707/name/
org.ogf.schema.network.topology.base.v20070707.Name
+http://ogf.org/schema/network/topology/base/20070828/domain/
org.ogf.schema.network.topology.base.v20070828.Domain
+http://ogf.org/schema/network/topology/base/20070828/name/
org.ogf.schema.network.topology.base.v20070828.Name
http://ogf.org/schema/network/topology/l3/20070707/subnet/
org.ogf.schema.network.topology.l3.v20070707.Subnet
http://ogf.org/schema/network/topology/l3/20070707/network/
org.ogf.schema.network.topology.l3.v20070707.Network
http://ogf.org/schema/network/topology/l3/20070707/netmask/
org.ogf.schema.network.topology.l3.v20070707.Netmask
http://ogf.org/schema/network/topology/l3/20070707/address/
org.ogf.schema.network.topology.l3.v20070707.Address
+http://ogf.org/schema/network/topology/l3/20070828/subnet/
org.ogf.schema.network.topology.l3.v20070828.Subnet
+http://ogf.org/schema/network/topology/l3/20070828/network/
org.ogf.schema.network.topology.l3.v20070828.Network
+http://ogf.org/schema/network/topology/l3/20070828/netmask/
org.ogf.schema.network.topology.l3.v20070828.Netmask
+http://ogf.org/schema/network/topology/l3/20070828/address/
org.ogf.schema.network.topology.l3.v20070828.Address
Modified: trunk/geant2_java-xml-ls/conf/log4j.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/log4j.properties 2008-06-19 12:38:21
UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/log4j.properties 2008-06-19 12:41:44
UTC (rev 4026)
@@ -4,24 +4,44 @@
## author: romradz
-logDir=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs
+# the path of a directory which contains log files
+logDir=/opt/perfsonar/services/xml-ls/WEB-INF/logs
+
##
-## All log levels is one log file.
-## Dafaultly debug level is switched off (commented).
+## All log levels in one log file.
+## By default debug level is switched off (commented).
##
-log4j.logger.sonar-debug=DEBUG, psRootAppender
+
+# Group=Log levels
+# Description=Assigns debug log messages to the specified log appender.
+#log4j.logger.sonar-debug=DEBUG, psRootAppender
+
+# Group=Log levels
+# Description=Assigns info log messages to the specified log appender.
log4j.logger.sonar-info=INFO, psRootAppender
+
+# Group=Log levels
+# Description=Assigns warn log messages to the specified log appender.
log4j.logger.sonar-warn=WARN, psRootAppender
+
+# Group=Log levels
+# Description=Assigns error log messages to the specified log appender.
log4j.logger.sonar-error=ERROR, psRootAppender
+
+# Group=Log levels
+# Description=Assigns fatal log messages to the specified log appender.
log4j.logger.sonar-fatal=FATAL, psRootAppender
+
##
## Uncomment this block (and comment the one above)
## if you want to have log levels in separate log files
-##
+##
+## this section is only for developer tests
+##
#log4j.logger.sonar-debug=DEBUG, debugAppender, psRootAppender
#log4j.logger.sonar-info=INFO, infoAppender, psRootAppender
#log4j.logger.sonar-warn=WARN, warnAppender, psRootAppender
@@ -29,58 +49,183 @@
#log4j.logger.sonar-fatal=FATAL, fatalAppender, psRootAppender
-#DEBUG
+
+
+######################################### DEBUG
#######################################
+
+# Group=Debug message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.debugAppender.MaxBackupIndex=11
-log4j.appender.debugAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar_debug.log
+
+# Group=Debug message logging
+# Description=The path to the log file, including the log file's name.
+log4j.appender.debugAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_debug.log
+
+# Group=Debug message logging
+# Description=The class responsible for the logging layout.
log4j.appender.debugAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Debug message logging
+# Description=The log message format.
log4j.appender.debugAppender.layout.ConversionPattern=%d %5p - %m%n
+
+# Group=Debug message logging
+# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
log4j.appender.debugAppender.MaxFileSize=500KB
+
+# Group=Debug message logging
+# Description=The class responsible for appending log messages to the log
file.
log4j.appender.debugAppender=org.apache.log4j.RollingFileAppender
-#INFO
+
+
+######################################### INFO
########################################
+
+# Group=Info message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.infoAppender.MaxBackupIndex=11
-log4j.appender.infoAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar_info.log
+
+# Group=Info message logging
+# Description=The path to the log file, including the log file's name.
+log4j.appender.infoAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_info.log
+
+# Group=Info message logging
+# Description=The class responsible for the logging layout.
log4j.appender.infoAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Info message logging
+# Description=The log message format.
log4j.appender.infoAppender.layout.ConversionPattern=%d %5p - %m%n
+
+# Group=Info message logging
+# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
log4j.appender.infoAppender.MaxFileSize=500KB
+
+# Group=Info message logging
+# Description=The class responsible for appending log messages to the log
file.
log4j.appender.infoAppender=org.apache.log4j.RollingFileAppender
-#WARN
+
+
+######################################### WARN
########################################
+
+# Group=Warn message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.warnAppender.MaxBackupIndex=11
-log4j.appender.warnAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar_warn.log
+
+# Group=Warn message logging
+# Description=The path to the log file, including the log file's name.
+log4j.appender.warnAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_warn.log
+
+# Group=Warn message logging
+# Description=The class responsible for the logging layout.
log4j.appender.warnAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Warn message logging
+# Description=The log message format.
log4j.appender.warnAppender.layout.ConversionPattern=%d %5p - %m%n
+
+# Group=Warn message logging
+# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
log4j.appender.warnAppender.MaxFileSize=500KB
+
+# Group=Warn message logging
+# Description=The class responsible for appending log messages the log file.
log4j.appender.warnAppender=org.apache.log4j.RollingFileAppender
-#ERROR
+
+
+######################################### ERROR
#######################################
+
+# Group=Error message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.errorAppender.MaxBackupIndex=11
-log4j.appender.errorAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar_error.log
+
+# Group=Error message logging
+# Description=The path to the log file, including the log file's name.
+log4j.appender.errorAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_error.log
+
+# Group=Error message logging
+# Description=The class responsible for the logging layout.
log4j.appender.errorAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Error message logging
+# Description=The log message format.
log4j.appender.errorAppender.layout.ConversionPattern=%d %5p - %m%n
+
+# Group=Error message logging
+# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
log4j.appender.errorAppender.MaxFileSize=500KB
+
+# Group=Error message logging
+# Description=The class responsible for appending log messages the log file.
log4j.appender.errorAppender=org.apache.log4j.RollingFileAppender
-#FATAL
+
+
+######################################### FATAL
#######################################
+
+# Group=Fatal message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.fatalAppender.MaxBackupIndex=11
-log4j.appender.fatalAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar_fatal.log
+
+# Group=Fatal message logging
+# Description=The path to the log file, including the log file's name.
+log4j.appender.fatalAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_fatal.log
+
+# Group=Fatal message logging
+# Description=The class responsible for the logging layout.
log4j.appender.fatalAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=Fatal message logging
+# Description=The log message format.
log4j.appender.fatalAppender.layout.ConversionPattern=%d %5p - %m%n
+
+# Group=Fatal message logging
+# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
log4j.appender.fatalAppender.MaxFileSize=500KB
+
+# Group=Fatal message logging
+# Description=The class responsible for appending log messages the log file.
log4j.appender.fatalAppender=org.apache.log4j.RollingFileAppender
-#ALL
+
+
+######################################### ALL
#########################################
+
+# Group=All message logging
+# Description=The maximum number of backup log files to create.
log4j.appender.psRootAppender.MaxBackupIndex=11
-log4j.appender.psRootAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar.log
+
+# Group=All message logging
+# Description=The path to the log file, including the log file's name.
+log4j.appender.psRootAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar.log
+
+# Group=All message logging
+# Description=The class responsible for the logging layout.
log4j.appender.psRootAppender.layout=org.apache.log4j.PatternLayout
+
+# Group=All message logging
+# Description=The log message format.
log4j.appender.psRootAppender.layout.ConversionPattern=%d %5p - %m%n
-log4j.appender.psRootAppender=org.apache.log4j.RollingFileAppender
+
+# Group=All message logging
+# Description=The maximum size the log file can reach before it replaces the
oldest backup file and a new log file is started.
log4j.appender.psRootAppender.MaxFileSize=500KB
+# Group=All message logging
+# Description=The class responsible for appending log messages the log file.
+log4j.appender.psRootAppender=org.apache.log4j.RollingFileAppender
-#ROOT
+
+
+######################################### ROOT
#########################################
+
+# this section is only for developer's tests
+
+# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
-#log4j.appender.rootAppender.File=/home/mac/projects/perfsonar/trunk/webapps/XML-LS-1.2/WEB-INF/logs/perfsonar_root.log
+#log4j.appender.rootAppender.File=/opt/perfsonar/services/xml-ls/WEB-INF/logs/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
#log4j.appender.rootAppender.layout.ConversionPattern=%d %5p - %m%n
#log4j.rootLogger=DEBUG, rootAppender
Modified: trunk/geant2_java-xml-ls/conf/objects.config
===================================================================
--- trunk/geant2_java-xml-ls/conf/objects.config 2008-06-19 12:38:21
UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/objects.config 2008-06-19 12:41:44
UTC (rev 4026)
@@ -194,7 +194,13 @@
http://ggf.org/ns/nmwg/topology/2.0/src/
org.ggf.ns.nmwg.topology.v2_0.Src
http://ogf.org/schema/network/topology/base/20070707/domain/
org.ogf.schema.network.topology.base.v20070707.Domain
http://ogf.org/schema/network/topology/base/20070707/name/
org.ogf.schema.network.topology.base.v20070707.Name
+http://ogf.org/schema/network/topology/base/20070828/domain/
org.ogf.schema.network.topology.base.v20070828.Domain
+http://ogf.org/schema/network/topology/base/20070828/name/
org.ogf.schema.network.topology.base.v20070828.Name
http://ogf.org/schema/network/topology/l3/20070707/subnet/
org.ogf.schema.network.topology.l3.v20070707.Subnet
http://ogf.org/schema/network/topology/l3/20070707/network/
org.ogf.schema.network.topology.l3.v20070707.Network
http://ogf.org/schema/network/topology/l3/20070707/netmask/
org.ogf.schema.network.topology.l3.v20070707.Netmask
http://ogf.org/schema/network/topology/l3/20070707/address/
org.ogf.schema.network.topology.l3.v20070707.Address
+http://ogf.org/schema/network/topology/l3/20070828/subnet/
org.ogf.schema.network.topology.l3.v20070828.Subnet
+http://ogf.org/schema/network/topology/l3/20070828/network/
org.ogf.schema.network.topology.l3.v20070828.Network
+http://ogf.org/schema/network/topology/l3/20070828/netmask/
org.ogf.schema.network.topology.l3.v20070828.Netmask
+http://ogf.org/schema/network/topology/l3/20070828/address/
org.ogf.schema.network.topology.l3.v20070828.Address
Modified: trunk/geant2_java-xml-ls/conf/service.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/service.properties 2008-06-19 12:38:21
UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/service.properties 2008-06-19 12:41:44
UTC (rev 4026)
@@ -1,18 +1,196 @@
-#Mon Mar 10 15:50:19 GMT+01:00 2008
+#Modified at Tue Apr 01 12:58:28 GMT+01:00 2008
+
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of Cleanup functionality
+
+
+# Group=Cleanup
+# Description=The name of the storage component (do not change it).
+component.ls_cleanup_loader.storage_component=ls_storage
+
+# Group=Cleanup
+# Description=The default TTL (in seconds).
+service.ls.ttl=86400
+
+# Group=Cleanup
+# Description=The name of the scheduler component (do not change it).
+component.ls_cleanup_loader.scheduler_component=ls_scheduler
+
+# Group=Cleanup
+# Description=The interval in which the action is executed (in seconds).
+component.ls_cleanup_loader.interval=300
+
+# Group=Cleanup
+# Description=The minimal acceptable TTL (unused).
+service.ls.min_ttl=1200
+
+# Group=Database
+# Description=The URI of the database.
+service.ls.db_uri=http://localhost:8080/exist/rest/db/ls
+
+# Group=Cleanup
+# Description=The maximum acceptable TTL (unused).
+service.ls.max_ttl=
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of the internal implementation structures
+
+
+# Group=Internal
+# Description=The type of service used to select the correct message handler
implementation.
service.r.type=ls
-service.ls.db_uri.xmlrpc=xmldb\:exist\://localhost\:8080/exist/xmlrpc/db/ls
-service.ls.exist_type=webapp
+
+# Group=Internal
+# Description=The java class file which implements the ServiceEngine
interface.
+service.ls.class_name=org.perfsonar.service.lookupService.xmlType.XmlTypeLSServiceEngine
+
+# Group=Internal
+# Description=A CSV of request message types supported by the service.
+service.ls.message_types=LSQueryRequest,LSRegisterRequest,LSDeregisterRequest,LSKeepaliveRequest,EchoRequest,LSCleanup
+
+# Group=Internal
+# Description=Determines whether services can re-register with LS (yes) or
have to unregister before they can register with it again or perform update
operation (no).
service.ls.allow_replace=yes
-component.ls_cleanup_loader.storage_component=ls_storage
+
+# Group=Internal
+# Description=Determines whether LS is gLS (and accepts only summary
registration)
+service.ls.gls=true
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of Database functionality
+
+
+# Group=Database
+# Description=The admin password.
service.ls.db_adminpassword=
-service.ls.db_password=
-service.ls.db_uri.http=http\://localhost\:8080/exist/rest/db/ls
-component.ls_cleanup_loader.scheduler_component=ls_scheduler
-service.ls.message_types=LSQueryRequest,LSRegisterRequest,LSDeregisterRequest,LSKeepaliveRequest,EchoRequest,LSCleanup
-service.ls.class_name=org.perfsonar.service.lookupService.xmlType.XmlTypeLSServiceEngine
+
+# Group=Database
+# Description=Determines whether to create a username and collection for the
database (using the LS WebAdmin Wizard servlet).
+initialize.db=yes
+
+# Group=Database
+# Description=The database status (do not change).
+service.ls.db_status=on
+
+# Group=Database
+# Description=The default URL of the XML RPC connector.
+service.ls.db_uri.xmlrpc=xmldb:exist://localhost:8080/exist/xmlrpc/db/ls
+
+# Group=Database
+# Description=The database password for the selected username.
+service.ls.db_password=sonar
+
+# Group=Database
+# Description=The name of the collection.
+service.ls.db_username=lookupservice
+
+# Group=Database
+# Description=The java class file which implements the connector.
service.ls.db_type=org.perfsonar.service.lookupService.xmlType.storage.exist.XQueryExistDAOImpl
+
+# Group=Database
+# Description=The database access (http or xmlrpc).
+service.ls.db_access=http
+
+# Group=Database
+# Description=The default URI of the HTTP connector.
+service.ls.db_uri.http=http://localhost:8080/exist/rest/db/ls
+
+# Group=Database
+# Description=The database configuration type (do not change).
+service.ls.exist_type=webapp
+
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of LS functionality
+
+
+# Group=LS
+# Description=The service type.
service.r.service_type=ls
-service.ls.db_uri=http\://localhost\:8080/exist/rest/db/ls
-service.ls.db_username=
-service.ls.db_access=http
-service.ls.db_status=on
+
+
+# Group=LS
+# Description=The URL address of the LS service.
+service.r.ls_url=http://buttercup.man.poznan.pl/xml-ls/services/LookupService
+
+# Group=LS
+# Description=The URL address of the service configured by this
configuration file.
+service.r.access_point=http://my-ls
+
+# Group=LS
+# Description=The name of the organisation who is deploying the service.
+service.r.organization_name=PSNC
+
+# Group=LS
+# Description=The name of the service (can contain multiple words).
+service.r.service_name=PSNC test LS
+
+# Group=LS
+# Description=The version number of the service.
+service.r.service_version=1.3
+
+# Group=LS
+# Description=The email address of the person who manages the service.
+service.r.contact_email=user@domain
+
+# Group=LS
+# Description=The description of the service.
+service.r.service_description=perfSONAR service
+
+# Group=LS
+# Description=The time (miliseconds) between register requests to the LS
service (default value is 43200000 ms; 12 hours).
+component.registrator.interval=43200
+
+# Group=LS
+# Description=The name of the scheduler component (the implementation of
this component must also be declared in the components.properties file).
+component.registrator.scheduler_component=ls_scheduler
+
+# Group=LS
+# Way how to get the service lookup information data
+service.ls.service_content_type=lssummary
+
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of AuthN functionality
+
+
+# Group=Authentication
+# Description=The URL address of the Authentication Service.
+service.as.point=http\://homer.rediris.es\:8080/perfSONAR-AS/services/AuthService
+
+# Group=Authentication
+# Description=The types of messages for which authentication is to be
enabled (if required).
+service.as.authn_for_msg_types=SetupDataRequest,MetadataKeyRequest
+
+# Group=Authentication
+# Description=Determines if authentication is enabled (on) or not (off).
+service.as.authn_active=off
+
+
+
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of Logging functionality
+
+
+#Group=Logging
+#Description=The location of the the log4j logger configuration file.
+service.log.log4j.config=/opt/perfsonar/services/xml-ls/WEB-INF/classes/perfsonar/conf/log4j.properties
+
+
+
+#
-----------------------------------------------------------------------------------------------
+# Configuration of SAX functionality
+
+
+#Group=SAX
+#Description=The location of the SAX parser configuration.
+service.sax_parser.config=/opt/perfsonar/services/xml-ls/WEB-INF/classes/perfsonar/conf/objects.config
Modified: trunk/geant2_java-xml-ls/conf/servlet.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/servlet.properties 2008-06-19 12:38:21
UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/servlet.properties 2008-06-19 12:41:44
UTC (rev 4026)
@@ -1,16 +1,16 @@
-#The type of the service
+#The service type.
servlet.service_type=rrdma
-#The ConfigurationHandler interface implementation used by the Wizard Servlet
+#The ConfigurationHandler interface implementation used by the Wizard
Servlet.
servlet.wizard.external_handler=org.perfsonar.service.lookupService.xmlType.webadmin.LSWizardHandler
-#The username used for authentication reasons when accessing properties
configuration and Wizard servlets
+#The username used for authentication when accessing property configuration
and Wizard servlets.
servlet.username=perfsonaruser
-#The password used for authentication reasons when accessing properties
configuration and Wizard servlets
+#The password used for authentication when accessing property configuration
and Wizard servlets.
servlet.password=perfsonarpass
-# properties names for accessing eXist database configuration in
service.properties
+# Property names for accessing the eXist database configuration in
service.properties.
servlet.exist_adminpass.property=service.ls.db_adminpassword
servlet.exist_location.property=service.ls.db_uri.xmlrpc
Modified: trunk/geant2_java-xml-ls/conf/wizard.properties
===================================================================
--- trunk/geant2_java-xml-ls/conf/wizard.properties 2008-06-19 12:38:21
UTC (rev 4025)
+++ trunk/geant2_java-xml-ls/conf/wizard.properties 2008-06-19 12:41:44
UTC (rev 4026)
@@ -47,4 +47,98 @@
</property>
+
+
+
+
+
+ <property>
+ <entry key="service.ls.registration_status" required="true">off</entry>
+ <Comment>Would you like to LS registration?</Comment>
+ <ProposedValue>off</ProposedValue>
+ <Group order="2" check="true">LS</Group>
+ <AcceptedValue>on</AcceptedValue>
+ <AcceptedValue>off</AcceptedValue>
+ </property>
+
+ <property>
+ <entry key="service.r.service_name" required="true">perfSONAR Java XML
LS</entry>
+ <Comment>Enter the service name:</Comment>
+ <ProposedValue>My institution perfSONAR LS</ProposedValue>
+ <Group order="1">LS</Group>
+ </property>
+
+ <property>
+ <entry key="service.r.service_description">perfSONAR Java XML LS</entry>
+ <Comment>Enter a description for the service:</Comment>
+ <ProposedValue>My institution perfSONAR LS</ProposedValue>
+ <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="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="4">LS</Group>
+ </property>
+
+ <property>
+ <entry key="service.r.ls_url" required="true">http://somewhere</entry>
+ <Comment>Enter the LS URL (not localhost!):</Comment>
+ <ProposedValue>http://somewhere</ProposedValue>
+ <Group order="5">LS</Group>
+ </property>
+
+ <property>
+ <entry key="component.registrator.interval">43200</entry>
+ <Comment>Set the registration interval (seconds):</Comment>
+ <ProposedValue>43200</ProposedValue>
+ <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="7">LS</Group>
+ </property>
+
+
+
+
+
+
+ <property>
+ <entry key="service.as.authn_active" required="true">off</entry>
+ <Comment>Do you wish to enable authentication?</Comment>
+ <ProposedValue>on</ProposedValue>
+ <Group order="1" check="true">Authentication</Group>
+ <AcceptedValue>on</AcceptedValue>
+ <AcceptedValue>off</AcceptedValue>
+ </property>
+
+
+ <property>
+ <entry key="service.as.point"
required="true">http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</entry>
+ <Comment>Enter the URL address of the Authentication Service:</Comment>
+
<ProposedValue>http://homer.rediris.es:8080/perfSONAR-AS/services/AuthService</ProposedValue>
+ <Group order="2">Authentication</Group>
+ </property>
+
+ <property>
+ <entry key="service.as.authn_for_msg_types"
required="true">SetupDataRequest,MetadataKeyRequest</entry>
+ <Comment>Enter the message types which should be authenticated:</Comment>
+
<ProposedValue>LSRegisterRequest,LSDeregisterRequest,LSQueryRequest,LSControlRequest,LSKeepaliveRequest</ProposedValue>
+ <Group order="3">Authentication</Group>
+ </property>
+
+
+
</properties>
\ No newline at end of file
- perfsonar: r4026 - in trunk/geant2_java-xml-ls/conf: . conf-rpm, svnlog, 06/19/2008
Archive powered by MHonArc 2.6.16.