I use following line of code to read config.properties
file in my spring mvc configuration servlet xml file.
<context:property-placeholder location="file:///${config.properties}" />
config.properties
contains a property say: propertyName = propertyValue
I want to use this propertyName's value in spring mvc configuration servlet xml file.
I guess you need to add
to your servlet.xml file.
Here is an example of configuring as pool with properties taken from a properties file
The property file contains there rows