Can I configure my web.xml to look for the resources(like properties file) to a particular position.
Like during the build am not adding any properties file to WEB-INF/classes folder, what I want to achieve is that during runtime it should get the required properties file from specified position defined in web.xml!!
How to achieve it??