- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Aug 2009 15:04:27 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/WebContent/WEB-INF/conf
In directory hutz:/tmp/cvs-serv28986/WebContent/WEB-INF/conf
Modified Files:
Tag: dev2
unicorn.properties log4j.properties
Log Message:
worked on jigsaw compatibility
Index: log4j.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/log4j.properties,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- log4j.properties 5 Aug 2009 10:26:49 -0000 1.1.2.1
+++ log4j.properties 6 Aug 2009 15:04:25 -0000 1.1.2.2
@@ -1,8 +1,11 @@
-log4j.rootLogger=ALL, GUI
+log4j.rootLogger=ALL, GUI, Console
log4j.Init=ALL, GUI
log4j.Controller=ALL, GUI
log4j.RouteParser=ALL, GUI
log4j.appender.GUI=org.apache.log4j.lf5.LF5Appender
log4j.appender.GUI.MaxNumberOfRecords=1000
-log4j.appender.GUI.CallSystemExitOnClose=false
\ No newline at end of file
+log4j.appender.GUI.CallSystemExitOnClose=false
+
+log4j.appender.Console=org.apache.log4j.ConsoleAppender
+log4j.appender.Console.layout=org.apache.log4j.SimpleLayout
\ No newline at end of file
Index: unicorn.properties
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/conf/Attic/unicorn.properties,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- unicorn.properties 6 Aug 2009 10:13:27 -0000 1.1.2.2
+++ unicorn.properties 6 Aug 2009 15:04:25 -0000 1.1.2.3
@@ -2,8 +2,10 @@
PATH_TO_CACHE=${UNICORN_HOME}/WEB-INF/cache/
LOG4J_PROPERTIES=log4j.properties
ROUTE_XML=route.xml
+UNICORN_PATH=/unicorn
-UNICORN_URL = http://localhost:8080/unicorn
+
+UNICORN_URL = http://localhost:8080/unicorn/
UNICORN_ENCODING = UTF-8
UNICORN_PARAMETER_PREFIX = ucn_
Received on Thursday, 6 August 2009 15:04:41 UTC