Removing
a System Resolving Service
To remove a system resolving service, remove from the portal the PAR that contains the service.

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.
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.
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.