Updated Branches: refs/heads/4.1 0518e456c -> ad90e208b
Don't load from a fixed path, but load from the classpath so admins or packagers can overwrite the logging config (cherry picked from commit 97ca7791b319d79578f5147844a694d1461270c4) Signed-off-by: Hugo Trippaers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/ad90e208 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/ad90e208 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/ad90e208 Branch: refs/heads/4.1 Commit: ad90e208b089b383787aa62a76cbf92e6bd66ae5 Parents: 0518e45 Author: Hugo Trippaers <[email protected]> Authored: Thu Feb 28 21:28:46 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Thu Feb 28 23:36:16 2013 +0100 ---------------------------------------------------------------------- client/WEB-INF/web.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/ad90e208/client/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/client/WEB-INF/web.xml b/client/WEB-INF/web.xml index 626305b..da2f13c 100644 --- a/client/WEB-INF/web.xml +++ b/client/WEB-INF/web.xml @@ -22,7 +22,7 @@ <context-param> <param-name>log4jConfigLocation</param-name> - <param-value>/WEB-INF/classes/log4j-cloud.xml</param-value> + <param-value>classpath:log4j-cloud.xml</param-value> </context-param> <listener> <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
