+

Search Tips   |   Advanced Search

Deploy portlets unique to a cluster


We can deploy portlets that are unique to a cluster using the Portal Administration User Interface or xmlaccess.sh.

Choose one of the following two methods to deploy portlets unique to a cluster:

Here is an example of an XML definition for deploying a portlet without specifying the objectid attribute:

<web-app action="update" active="true" uid="com.ibm.wps.portlets.welcome">
    <url>file://c:/tmp/WelcomePortlet.war</url>
    <portlet-app action="update" active="true" uid="com.ibm.wps.portlets.welcome.1">
        <portlet action="update" active="true" objectid="theIbmPortletApiPortlet" name="Welcome Portlet"/>
    </portlet-app>
</web-app>


Parent: Manage portlets in the cluster