Описание тега context-param
`context-param` tag is used in the web application configuration file `web.xml` to set a context parameter to the application context.
context-param
tag is used in the web application configuration file web.xml
to set a context parameter to the application context.
The web components in a web module share an object that represents their application context. It's used to pass context parameters to the context, or initialization parameters to a servlet. Context parameters are available to all components of a web application, but initialization parameters provide data needed by a particular servlet.