Java
Property substitution in web.xml and the Jetty Plugin
Many web applications are configured via web.xml. Primary examples of this are Comet web application, which are configured via a ServletContextAttributeListener: you may want different listener classes depending on the enviroment you’re working in. Another example is where Spring configuration files are provided via the contextConfigLocation context parameter. Here I Read more…