Return-Path: Delivered-To: apmail-logging-log4j-dev-archive@www.apache.org Received: (qmail 98015 invoked from network); 19 Jan 2005 17:32:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Jan 2005 17:32:42 -0000 Received: (qmail 36341 invoked by uid 500); 19 Jan 2005 17:32:11 -0000 Delivered-To: apmail-logging-log4j-dev-archive@logging.apache.org Received: (qmail 36264 invoked by uid 500); 19 Jan 2005 17:32:10 -0000 Mailing-List: contact log4j-dev-help@logging.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Log4J Developers List" Reply-To: "Log4J Developers List" Delivered-To: mailing list log4j-dev@logging.apache.org Received: (qmail 36216 invoked by uid 500); 19 Jan 2005 17:32:10 -0000 Received: (qmail 36176 invoked by uid 99); 19 Jan 2005 17:32:10 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 19 Jan 2005 09:32:08 -0800 Received: (qmail 97563 invoked by uid 1208); 19 Jan 2005 17:32:07 -0000 Date: 19 Jan 2005 17:32:07 -0000 Message-ID: <20050119173207.97562.qmail@minotaur.apache.org> From: ceki@apache.org To: logging-log4j-cvs@apache.org Subject: cvs commit: logging-log4j/examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes .cvsignore X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ceki 2005/01/19 09:32:07 Modified: examples/tiny-webapp/Hello build.xml build.properties.sample Added: examples/tiny-webapp/Hello/WebRoot/WEB-INF web.xml examples/tiny-webapp/Hello/WebRoot index.html examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes .cvsignore Removed: examples/tiny-webapp/Hello/src/WEB-INF web.xml examples/tiny-webapp/Hello/src/resources hello-log4j.xml examples/tiny-webapp/Hello/src/html index.html Log: Files moved around to allow for in place deployment, that is deployment without building a jar file. Revision Changes Path 1.1 logging-log4j/examples/tiny-webapp/Hello/WebRoot/WEB-INF/web.xml Index: web.xml =================================================================== Hello sample web-application some-init-servlet wombat.InitServlet 1 HelloServlet wombat.HelloServlet HelloServlet /HelloServlet JNDI logging context for this app log4j/context-name hello java.lang.String URL for configuring log4j context log4j/configuration-resource hello-log4j.xml java.lang.String org.apache.log4j.selector.servlet.ContextDetachingSCL 1.3 +14 -9 logging-log4j/examples/tiny-webapp/Hello/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/logging-log4j/examples/tiny-webapp/Hello/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 27 Mar 2004 17:31:56 -0000 1.2 +++ build.xml 19 Jan 2005 17:32:06 -0000 1.3 @@ -7,14 +7,21 @@ - - + + + + + + - - + + + + + @@ -31,11 +38,9 @@ - - - - - + + + 1.2 +0 -4 logging-log4j/examples/tiny-webapp/Hello/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/logging-log4j/examples/tiny-webapp/Hello/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 27 Mar 2004 17:31:56 -0000 1.1 +++ build.properties.sample 19 Jan 2005 17:32:06 -0000 1.2 @@ -8,7 +8,3 @@ # We need servlet to compile the various servlets. servlet.jar=/java/servlet.jar - - -# We need log4j-x.jar to run these examples -log4j.jar=../../../log4j-1.3alpha.jar 1.1 logging-log4j/examples/tiny-webapp/Hello/WebRoot/index.html Index: index.html ===================================================================
Your name:
1.1 logging-log4j/examples/tiny-webapp/Hello/WebRoot/WEB-INF/classes/.cvsignore Index: .cvsignore =================================================================== wombat --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org For additional commands, e-mail: log4j-dev-help@logging.apache.org