I come across this code in my web.xml but I don't understand what it does.
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:my-main-spring.xml</param-value>
</context-param>
May I know what classpath do in web.xml? Where can I find more reference or reading material on this thing?