Author: olamy Date: Wed Jan 11 13:40:37 2012 New Revision: 1230030 URL: http://svn.apache.org/viewvc?rev=1230030&view=rev Log: add an applicationContext.xml
Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/test-webapp/src/main/webapp/WEB-INF/web.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/test-webapp/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/test-webapp/src/main/webapp/WEB-INF/web.xml?rev=1230030&r1=1230029&r2=1230030&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/test-webapp/src/main/webapp/WEB-INF/web.xml (original) +++ tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/test-webapp/src/main/webapp/WEB-INF/web.xml Wed Jan 11 13:40:37 2012 @@ -29,7 +29,8 @@ <context-param> <param-name>contextConfigLocation</param-name> <param-value> - classpath*:META-INF/spring-context.xml + classpath*:META-INF/spring-context.xml, + /WEB-INF/applicationContext.xml </param-value> </context-param> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org