Skip to Content.
Sympa Menu

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

Subject: perfsonar development work

List archive

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


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r4286 - trunk/geant2-java-sql-ma/conf
  • Date: Wed, 23 Jul 2008 10:25:58 -0400

Author: roman
Date: 2008-07-23 10:25:58 -0400 (Wed, 23 Jul 2008)
New Revision: 4286

Modified:
trunk/geant2-java-sql-ma/conf/log4j.properties
trunk/geant2-java-sql-ma/conf/log4j.syslog.properties
trunk/geant2-java-sql-ma/conf/service.properties
trunk/geant2-java-sql-ma/conf/wizard.properties
Log:
paths of log and config files updated (to be general for any linux distro)



Modified: trunk/geant2-java-sql-ma/conf/log4j.properties
===================================================================
--- trunk/geant2-java-sql-ma/conf/log4j.properties 2008-07-23 14:14:48
UTC (rev 4285)
+++ trunk/geant2-java-sql-ma/conf/log4j.properties 2008-07-23 14:25:58
UTC (rev 4286)
@@ -5,12 +5,6 @@



-
-# Group=Logging
-# Description=The location of the log directory.
-logDir=/var/lib/tomcat5.5/logs
-
-
##
## All log levels in one log file.
## By default debug level is switched off (commented).
@@ -61,7 +55,7 @@

# Group=Debug message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.debugAppender.File=/var/lib/tomcat5.5/logs/perfsonar_debug.log
+log4j.appender.debugAppender.File=/var/log/geant2-java-sql-ma/perfsonar_debug.log

# Group=Debug message logging
# Description=The class responsible for the logging layout.
@@ -89,7 +83,7 @@

# Group=Info message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.infoAppender.File=/var/lib/tomcat5.5/logs/perfsonar_info.log
+log4j.appender.infoAppender.File=/var/log/geant2-java-sql-ma/perfsonar_info.log

# Group=Info message logging
# Description=The class responsible for the logging layout.
@@ -117,7 +111,7 @@

# Group=Warn message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.warnAppender.File=/var/lib/tomcat5.5/logs/perfsonar_warn.log
+log4j.appender.warnAppender.File=/var/log/geant2-java-sql-ma/perfsonar_warn.log

# Group=Warn message logging
# Description=The class responsible for the logging layout.
@@ -145,7 +139,7 @@

# Group=Error message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.errorAppender.File=/var/lib/tomcat5.5/logs/perfsonar_error.log
+log4j.appender.errorAppender.File=/var/log/geant2-java-sql-ma/perfsonar_error.log

# Group=Error message logging
# Description=The class responsible for the logging layout.
@@ -173,7 +167,7 @@

# Group=Fatal message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.fatalAppender.File=/var/lib/tomcat5.5/logs/perfsonar_fatal.log
+log4j.appender.fatalAppender.File=/var/log/geant2-java-sql-ma/perfsonar_fatal.log

# Group=Fatal message logging
# Description=The class responsible for the logging layout.
@@ -201,7 +195,7 @@

# Group=All message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.psRootAppender.File=/var/lib/tomcat5.5/logs/perfsonar.log
+log4j.appender.psRootAppender.File=/var/log/geant2-java-sql-ma/perfsonar.log

# Group=All message logging
# Description=The class responsible for the logging layout.
@@ -227,7 +221,7 @@

# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
-#log4j.appender.rootAppender.File=/var/lib/tomcat5.5/logs/perfsonar_root.log
+#log4j.appender.rootAppender.File=/var/log/geant2-java-sql-ma/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
#log4j.appender.rootAppender.layout.ConversionPattern=%d
%%GEANT2-JAVA-RRD-MA.%p%% %m%n
#log4j.rootLogger=DEBUG, rootAppender

Modified: trunk/geant2-java-sql-ma/conf/log4j.syslog.properties
===================================================================
--- trunk/geant2-java-sql-ma/conf/log4j.syslog.properties 2008-07-23
14:14:48 UTC (rev 4285)
+++ trunk/geant2-java-sql-ma/conf/log4j.syslog.properties 2008-07-23
14:25:58 UTC (rev 4286)
@@ -54,7 +54,7 @@

# Group=Debug message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.debugAppender.File=/var/lib/tomcat5.5/logs/perfsonar_debug.log
+log4j.appender.debugAppender.File=/var/log/geant2-java-sql-ma/perfsonar_debug.log

# Group=Debug message logging
# Description=The class responsible for the logging layout.
@@ -82,7 +82,7 @@

# Group=Info message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.infoAppender.File=/var/lib/tomcat5.5/logs/perfsonar_info.log
+log4j.appender.infoAppender.File=/var/log/geant2-java-sql-ma/perfsonar_info.log

# Group=Info message logging
# Description=The class responsible for the logging layout.
@@ -110,7 +110,7 @@

# Group=Warn message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.warnAppender.File=/var/lib/tomcat5.5/logs/perfsonar_warn.log
+log4j.appender.warnAppender.File=/var/log/geant2-java-sql-ma/perfsonar_warn.log

# Group=Warn message logging
# Description=The class responsible for the logging layout.
@@ -138,7 +138,7 @@

# Group=Error message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.errorAppender.File=/var/lib/tomcat5.5/logs/perfsonar_error.log
+log4j.appender.errorAppender.File=/var/log/geant2-java-sql-ma/perfsonar_error.log

# Group=Error message logging
# Description=The class responsible for the logging layout.
@@ -166,7 +166,7 @@

# Group=Fatal message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.fatalAppender.File=/var/lib/tomcat5.5/logs/perfsonar_fatal.log
+log4j.appender.fatalAppender.File=/var/log/geant2-java-sql-ma/perfsonar_fatal.log

# Group=Fatal message logging
# Description=The class responsible for the logging layout.
@@ -194,7 +194,7 @@

# Group=All message logging
# Description=The path to the log file, including the log file's name.
-log4j.appender.psRootAppender.File=/var/lib/tomcat5.5/logs/perfsonar.log
+log4j.appender.psRootAppender.File=/var/log/geant2-java-sql-ma/perfsonar.log

# Group=All message logging
# Description=The class responsible for the logging layout.
@@ -240,7 +240,7 @@

# ROOT
#log4j.appender.rootAppender.MaxBackupIndex=11
-#log4j.appender.rootAppender.File=/var/lib/tomcat5.5/logs/perfsonar_root.log
+#log4j.appender.rootAppender.File=/var/log/geant2-java-sql-ma/perfsonar_root.log
#log4j.appender.rootAppender.layout=org.apache.log4j.PatternLayout
#log4j.appender.rootAppender.layout.ConversionPattern=%d
%%GEANT2-JAVA-SQL-MA.%p%% %m%n
#log4j.rootLogger=DEBUG, rootAppender

Modified: trunk/geant2-java-sql-ma/conf/service.properties
===================================================================
--- trunk/geant2-java-sql-ma/conf/service.properties 2008-07-23 14:14:48
UTC (rev 4285)
+++ trunk/geant2-java-sql-ma/conf/service.properties 2008-07-23 14:25:58
UTC (rev 4286)
@@ -33,15 +33,15 @@

# Group=Internal
# Description=The path to the file objects.config, including the NMWG
parser's configuration settings. The parser reads the request or metadata
configuration files, and creates internally used objects that represent these
files.
-service.sax_parser.config=/var/lib/tomcat5.5/webapps/geant2-java-sql-ma/WEB-INF/classes/perfsonar/conf/objects.config
+service.sax_parser.config=/etc/geant2-java-sql-ma/objects.config

# Group=Internal
# Description=The path to the log4j configuration file, including the file's
name.
-service.log.log4j.config=/var/lib/tomcat5.5/webapps/geant2-java-sql-ma/WEB-INF/classes/perfsonar/conf/log4j.properties
+service.log.log4j.config=/etc/geant2-java-sql-ma/log4j.properties

# Group=Internal
# Description=The path to the metadata configuration file, including the
file's name.
-service.ma.conf_file=/var/lib/tomcat5.5/webapps/geant2-java-sql-ma/WEB-INF/classes/perfsonar/conf/sql-database_TEST.xml
+service.ma.conf_file=/etc/geant2-java-sql-ma/sql-database_TEST.xml




Modified: trunk/geant2-java-sql-ma/conf/wizard.properties
===================================================================
--- trunk/geant2-java-sql-ma/conf/wizard.properties 2008-07-23 14:14:48
UTC (rev 4285)
+++ trunk/geant2-java-sql-ma/conf/wizard.properties 2008-07-23 14:25:58
UTC (rev 4286)
@@ -63,9 +63,9 @@
</property>

<property>
- <entry key="service.ma.conf_file"
required="true">/var/lib/tomcat5.5/webapps/geant2-java-sql-ma/WEB-INF/classes/perfsonar/conf/sql-database_TEST.xml</entry>
+ <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>/var/lib/tomcat5.5/webapps/geant2-java-sql-ma/WEB-INF/classes/perfsonar/conf/sql-database_TEST.xml</ProposedValue>
+
<ProposedValue>/etc/geant2-java-sql-ma/sql-database_TEST.xml</ProposedValue>
<Group order="7">eXist</Group>
</property>




  • perfsonar: r4286 - trunk/geant2-java-sql-ma/conf, svnlog, 07/23/2008

Archive powered by MHonArc 2.6.16.

Top of Page