Show TOC Start of Content Area

Component documentation Portal Registry  Locate the document in its SAP Library structure

Purpose

The portal registry stores configuration information for the Portal Runtime. This information is for use by the Portal Runtime, and you should not modify the registry.

However, some applications may require you to create a registry entry. For example, if you create a new XML transformer, you must register the transformer by adding a registry entry at /runtime/transformers. A registry entry can be created by adding an <entry> element in your application’s deployment descriptor.

For more information on creating registry entries, see Registry.

Viewing the Registry

To view the registry, run the Portal Registry Browser by clicking System Administration    Support    Portal Runtime    Portal Registry Browser. The following is displayed:

This graphic is explained in the accompanying text

The Name column displays either a subcontext, in which it is displayed as a link, or the name of a registry entry. For a registry entry, the Class name column displays the value of entry.

For example, to view registered transformers, click the runtime subcontext, and then click the transformers subcontext. The registry entries in the Name column represent the names of transformers, and the value for each in the Class name column represents the service that implements the transformer.

This graphic is explained in the accompanying text

The links that are displayed after You are hereindicate the subcontext that you are currently viewing. Use these links to navigate back up the JNDI tree.

 

End of Content Area