Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3591 - trunk/geant2_java-as/conf

Subject: perfsonar development work

List archive

perfsonar: r3591 - trunk/geant2_java-as/conf


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3591 - trunk/geant2_java-as/conf
  • Date: Wed, 2 Apr 2008 10:50:14 -0400

Author: rodriguez
Date: 2008-04-02 10:50:13 -0400 (Wed, 02 Apr 2008)
New Revision: 3591

Modified:
trunk/geant2_java-as/conf/service.properties.template-2
Log:
The service.properties.template wasn't right and the AS didn't run. This
fixes that problem.

Modified: trunk/geant2_java-as/conf/service.properties.template-2
===================================================================
--- trunk/geant2_java-as/conf/service.properties.template-2 2008-04-01
20:56:17 UTC (rev 3590)
+++ trunk/geant2_java-as/conf/service.properties.template-2 2008-04-02
14:50:13 UTC (rev 3591)
@@ -13,6 +13,14 @@
# Description=A CSV of request message types supported by the service.
service.as.message_types=AuthNEERequest,EchoRequest,LookupInfoRequest

+# Group=Internal
+# Description=The location of the configuration for the SAX parser
+service.sax_parser.config=/home/perfsonar/webapps/geant2_java-as-1.0rc4/WEB-INF/classes/perfsonar/conf/objects.config
+
+# Group=Internal
+# Description=The location of the configuration file for the log4j logger
+service.log.log4j.config=/home/perfsonar/webapps/geant2_java-as-1.0rc4/WEB-INF/classes/perfsonar/conf/log4j.properties
+
#
-----------------------------------------------------------------------------------------------
# Configuration of LS functionality

@@ -60,8 +68,12 @@
# Configuration of AS functionality

# Group=AS
+# Description=The maximum lifetime (miliseconds) token allowed in the
service (default value is 900000 ms; 15 minutes).
+service.as.maxttl=900000
+
+# Group=AS
# Description=The full path to the TrustStore file containing the CA certs.
-service.as.truststore_file=/home/perfsonar/webapps/perfSONAR-AS/WEB-INF/classes/perfsonar/conf/perfSONARtruststore.jks
+service.as.truststore_file=/home/perfsonar/webapps/geant2_java-as-1.0rc4/WEB-INF/classes/perfsonar/conf/perfSONARtruststore.jks

# Group=AS
# Description=The password for the TrustStore file.
@@ -69,8 +81,8 @@

# Group=AS
# Description=The full path to a file containing valid Component IDs in
eduGAIN.
-service.as.valid_components=/home/perfsonar/webapps/perfSONAR-AS/WEB-INF/classes/perfsonar/conf/ASValidComponentsFile
+service.as.valid_components=/home/perfsonar/webapps/geant2_java-as-1.0rc4/WEB-INF/classes/perfsonar/conf/ASValidComponentsFile

# Group=AS
# Description=The crypt provider library for the service.
-service.as.crypt_provider=SunRsaSign
+service.as.crypt_provider=SunRsaSign
\ No newline at end of file



  • perfsonar: r3591 - trunk/geant2_java-as/conf, svnlog, 04/02/2008

Archive powered by MHonArc 2.6.16.

Top of Page