Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Many applications require some configuration parameters, such as paths to external directories, default account names, and so on. Since these parameters need to be updated by application deployers, it is not a good idea to place them inside your application code.
A good place for supply configuration parameters is the web.xml file. Provide a set of context-param elements inside the web-app element, such as: