Using properties in web.xml
- by Pich
Hi,
I would like to control the settings in web.xml and using different once for different environments.
Is it possible to use a property, from a property file on classpath, in web.xml? Something like this:
<context-param>
<param-name>myparam</param-name>
…