ActivatePortlet.xml

+

Search Tips   |   Advanced Search

 

<?xml version="1.0" encoding="UTF-8"?>

<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="PortalConfig_8.0.0.xsd"
    type="update">

    <portal action="locate">

        <!-- uid must match uid attribute of portlet-app in portlet.xml -->
        <web-app action="update" active="true" uid="com.ibm.wps.cp.portlet.tagcloud.webmod">

            <!-- uid must match uid attribute of concrete-portlet-app in portlet.xml -->	
            <portlet-app action="update" active="true" uid="com.ibm.wps.cp.portlet.tagcloud">

                <!-- Name must match content of portlet-name subtag of concrete-portlet in portlet.xml -->		
                <portlet action="update" active="true" objectid="thePortlet" name="Tag Cloud">				
                </portlet>
            </portlet-app>

</web-app>
    </portal>
</request>