Show TOC Start of Content Area

Procedure documentation Managing Component References  Locate the document in its SAP Library structure

Use

This procedure enables you to set server component references. You can add, modify, or remove a particular component reference in your web application.

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

<!ELEMENT server-component-ref (name, type, jndi-name, description?)>

<!ELEMENT name (#PCDATA)>

<!ELEMENT type (#PCDATA)>

<!ELEMENT jndi-name (#PCDATA)>

<!ELEMENT description (#PCDATA)>

Procedure

To modify references from the application to a server component choose Environment ® Component References.

If You Want To

Then

Add a new server component reference

...

       1.      Enter a server component reference name.

       2.      Select a type of the component reference from the Type drop-down menu.

       3.      Enter the name the component is bound to the Naming System with in JNDI Name.

       4.      Enter a description of the reference (optional).

       5.      Choose Add.
The references are added and displayed in the Server Component References list.

Modify a server component reference

...

       1.      Select the reference you want to modify from the Server Component References list.

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

       3.      Choose Modify.

Remove a server component reference

Select the component reference you want to remove from the list and choose Remove.

 

 

End of Content Area