Here is part of my web.xml:
contextConfigLocation clas
Yes, you can use ServletContextParameterFactoryBean to expose context-param value (it also requires full form of PropertyPlaceholderConfigurer instead of simple context:property-placeholder):
ServletContextParameterFactoryBean
context-param
PropertyPlaceholderConfigurer
context:property-placeholder
Or use Spring 3.0's EL: