Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1366:d0eb2202ffbe
Added a BaseServlet that is used to setup config things like log4j.
flys-client/trunk@3067 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 25 Oct 2011 11:07:14 +0000 |
parents | 4c65c5b60a86 |
children | ab8eb2f544f2 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Oct 25 10:29:37 2011 +0000 +++ b/flys-client/ChangeLog Tue Oct 25 11:07:14 2011 +0000 @@ -1,3 +1,16 @@ +2011-10-25 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/server/BaseServlet.java: New. + This HttpServlet is used to setup some config stuff like log4j + configuration. + + * src/main/webapp/WEB-INF/log4j.properties: A Log4J configuration file. + + * src/main/webapp/WEB-INF/web.xml: Registered the BaseServlet which is + loaded initially to setup config stuff. + + * pom.xml: Added Apache Log4J dependency. + 2011-10-25 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/services/MapOutputServiceAsync.java,