context-root

You use the context-root element to specify a unique context-root for your feed application. This means that each feed application has its own partition of the Atom URL address space, making it easier for you to maintain uniqueness of your Atom URLs.

The Atom URLs for a specific feed application all begin with the following prefix:
http://hostname:port/ServiceRegistryFeeds/context-root
where context-root is the value you specify in the context-root element for that feed application. The remainder of the URL depends on feed mapping rules that you define; see feed for details.

The context-root element is required.

If you have multiple instances of WSRR deployed, you must identify the instance by specifying its prefix:
http://hostname:port/prefixServiceRegistryFeeds/context-root
Where prefix is the WSRR Instance Prefix that you specified when you created the instance.

Example

In this example, all Atom URLs for the feed application begin with http://hostname:port/ServiceRegistryFeeds/WSRR/service.
<context-root>/WSRR/service</context-root>