Start of Content Area

Procedure documentation Managing Context Parameters  Locate the document in its SAP Library structure

Use

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)>

Procedure

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
You can modify only one of the parameter’s settings – the name or the value.

       3.      Choose Modify

Remove a context parameter

...

Select an existing parameter from the Parameters list and choose Remove

 

 

End of Content Area