Managing Context Parameters
This procedure enables you to manage the servlet Context parameters. You can add, modify, or remove a particular parameter stored in the Parameters list.
The displayed tabs and fields correspond to the following elements in web.xml:
<!ELEMENT context-param (param-name, param-value, description?)>
<!ELEMENT param-name (#PCDATA)>
<!ELEMENT param-value (#PCDATA)>
<!ELEMENT description (#PCDATA)>
To manage the context parameters choose Main tab ® Context Parameters.
|
If You Want To |
Then |
|
Add a new context parameter |
... 1. Enter a name of the parameter in Param Name 2. Enter a Context parameter value in Param Value 3. Enter a description of the new parameter (optional) and choose Add |
|
Modify a context parameter |
... 1. Select an existing parameter from the Parameters list on the left-hand side of the tab
2.
Change the
information 3. Choose Modify |
|
Remove a context parameter |
... Select an existing parameter from the Parameters list and choose Remove |