jdillon 2003/08/28 06:29:30
Modified: modules/core/src/conf jndi.properties log4j.properties Log: commented Revision Changes Path 1.3 +7 -1 incubator-geronimo/modules/core/src/conf/jndi.properties Index: jndi.properties =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/core/src/conf/jndi.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jndi.properties 20 Aug 2003 23:28:53 -0000 1.2 +++ jndi.properties 28 Aug 2003 13:29:30 -0000 1.3 @@ -1,3 +1,9 @@ +## +## Default JNDI Properties +## +## $Revision$ $Date$ +## + java.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory +java.naming.factory.url.pkgs=org.apache.geronimo.naming java.naming.provider.url=rmi://localhost:1099 -java.naming.factory.url.pkgs=org.apache.geronimo.naming \ No newline at end of file 1.4 +6 -0 incubator-geronimo/modules/core/src/conf/log4j.properties Index: log4j.properties =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/core/src/conf/log4j.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- log4j.properties 27 Aug 2003 10:37:12 -0000 1.3 +++ log4j.properties 28 Aug 2003 13:29:30 -0000 1.4 @@ -1,3 +1,9 @@ +## +## Log4j Configuration +## +## $Revision$ $Date$ +## + log4j.rootCategory=TRACE#org.apache.geronimo.common.log.log4j.XLevel, CONSOLE log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
