From b8107d85cc2061f7b4bfa4ecf73cca1ee226115b Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 22 Mar 2011 16:55:12 +0000 Subject: Use classpath to find Spring config git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084250 13f79535-47bb-0310-9956-ffa450edef68 --- .../helloworld-spring-webapp/src/main/webapp/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sandbox/rfeng') diff --git a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/web.xml b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/web.xml index 3d8f22c05a..b803d6efcd 100644 --- a/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/web.xml +++ b/sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/web.xml @@ -25,8 +25,8 @@ contextConfigLocation - /WEB-INF/classes/helloworld-context.xml - /WEB-INF/classes/org/apache/tuscany/sca/implementation/spring/webapp/spring-webapp-context.xml + classpath:helloworld-context.xml + classpath:org/apache/tuscany/sca/implementation/spring/webapp/spring-webapp-context.xml -- cgit v1.2.3