**<context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath*:applicationContext.xml</param-value> </context-param> classpath: This refers to the path under the resource directory in the project built by maven. You can try it. *
**<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath*:applicationContext.xml</param-value>
</context-param>
classpath: This refers to the path under the resource directory in the project built by maven. You can try it. *