diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-22 16:55:12 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-22 16:55:12 +0000 |
commit | b8107d85cc2061f7b4bfa4ecf73cca1ee226115b (patch) | |
tree | 6a02d8ef0f8eb307988cf152bf2e316498bad7b6 /sandbox | |
parent | 9de325a28bb91b8cbe466ecbc1efcd55ac66a923 (diff) |
Use classpath to find Spring config
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/rfeng/sca-java-2.x/implementation-spring/helloworld-spring-webapp/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <context-param> <param-name>contextConfigLocation</param-name> <param-value> - /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 </param-value> </context-param> |