Show TOC

Removing a System Resolving ServiceLocate this document in the navigation structure

Use

To remove a system resolving service, remove from the portal the PAR that contains the service.

Note

When you remove a PAR, you remove all resolving services defined in that PAR.

If a PAR contains a service that resolves more than one alias or a PAR defines more than one service, you may need to modify the PAR and then redeploy it instead of simply removing the PAR.

Removing a Service

To remove a service from a PAR that contains two services, do the following:

  1. Remove from the PAR the class file that defines the resolving service that you want to remove.

  2. Modify the portalapp.xml file for the PAR by doing the following:

    • Remove the <service> element for the service that you want to remove.

    • Remove the <registry> elements for the aliases that were to be resolved using the service that you want to remove.

  3. Redeploy the PAR.

Removing an Alias for a Service

A service can be configured to resolve two or more aliases. To prevent the service from resolving one of the aliases, do the following:

  1. Modify the portalapp.xml file for the PAR by removing the <registry> element for the alias that you no longer want resolved by the service.

  2. Redeploy the PAR.