Show TOC Start of Content Area

Procedure documentation Managing Environment Entries  Locate the document in its SAP Library structure

Use

This procedure enables you to set web application’s environment entries. You can add, modify, or remove a particular entry.

The displayed tabs and fields correspond to the following elements in web.xml:

<!ELEMENT env-entry (description?, env-entry-name, env-entry-value?, env-entry-type)>

<!ELEMENT env-entry-name (#PCDATA)>

<!ELEMENT env-entry-value (#PCDATA)>

<!ELEMENT env-entry-type (#PCDATA)>

Procedure

To set environment entries choose Environment ® Environment Entries.

If You Want To

Then

Add a new environment entry

...

       1.      Enter the new environment entry name

       2.      Select a value from the Entry Type drop-down menu
That is the value expected from the web application’s code.

       3.      Enter environment entry value
It must be a String.

       4.      Enter environment entry’s description (optional)

       5.      Choose Add
The references are added and displayed in the Environment Entries list

Modify an environment entry

...

       1.      Select an entry from the list of available ones

       2.      Modify the entered information
You can change all settings except the Entry Name

       3.      Choose Modify

Remove an environment entry

Select the environment entry you want to remove from the list of available ones and choose Remove

 

 

End of Content Area