Delete portlets common across clusters
We can use the XMLAccess task to delete a portlet common across clusters. If the portlet was predeployed as a standard EAR, then each cluster must be first notified of the portlet removal before the EAR can be uninstalled. The administrator must use the XMLAccess application to import a <web-app> definition similar to the ones used in the previous two sections, except the action is to delete the definition instead of update it.
- Use XMLAccess to delete the portlet from the portal database; for example: <web-app action="delete" active="true" u />
- Open the Deployment Manager WebSphere Integrated Solutions Console.
- Click Applications > Application Types > WebSphere enterprise applications.
- Select the enterprise application definition.
- Click Uninstall.
Parent topic: Manage portlets in the cluster