# HG changeset patch # User luisf # Date 1386186482 0 # Node ID 33d7bd3c09909c531c4ac7a7ac3d2f24ddf28d67 # Parent 08262829d456d6413a33185837ed775d3b9cf105 Adding logging capabilities with log4j to the servlet; adding the log4j 1.2 class as well diff -r 08262829d456 -r 33d7bd3c0990 build.xml --- a/build.xml Tue Dec 03 12:19:31 2013 +0000 +++ b/build.xml Wed Dec 04 19:48:02 2013 +0000 @@ -45,7 +45,7 @@ - + - HumanEchoServlet HumanEchoServlet + + + log4j-init + com.AppName.servlets.Log4jInit + + log4j-init-file + WEB-INF/classes/log4j.properties + + 1 + + HumanEchoServlet /HumanEcho + + +