April 2001
Intermediate to advanced
780 pages
23h 48m
English
<context-param>
<!ELEMENT context-param (param-name, param-value, description?)>
The
<context-param>
element contains the declaration of a web application’s servlet
context initialization parameters.
<context-param>
<param-name>rmihost</param-name>
<param-value>localhost</param-value>
</context-param>