Portlet Uniform Resource Locator (URL) addressability
You can request a portlet directly through a Uniform Resource
Locator (URL) to display its content without portal aggregation. The
PortletServingServlet servlet registers each web application that
contains portlets. It is similar to the FileServingServlet servlet
of the web container that serves resources. The PortletServingServlet
servlet supports direct rendering of portlets into a full browser
page by a URL request.
Example: Configuring the extended portlet deployment descriptor to disable PortletServingServlet
Portlet URL serving supports direct access to all functions and
states of a portlet by creating the appropriate URLs. In a production setup
where the portlet is served through an enterprise portal application that
applies its own access control, is considered a security risk. By setting
the portletServingEnabled property to false, an administrator can ensure that
a sensitive portlet is never accessed by direct URL serving.
Last updated: April 18, 2014 05:01 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-iseries&topic=container_port_assemble File name: container_port_assemble.html