Installing Portlet Container and Portlet Serving features on existing liberty server

You can install the Portlet Container and Portlet Serving features on an existing liberty server from a command line.

About this task

  • To install the Portlet Container feature from the command line, from the <wlp-home>/bin directory, type the following command:
    featureManager.bat install portlet-2.0
  • To install the Portlet Serving feature from the command line, from the <wlp-home>/bin directory, type the following command:
    featureManager.bat install portletserving-2.0
  • For JavaServer Faces 2.x portlet projects: To install the JSF Portlet Bridge add-on feature from the command line, from the <wlp-home>/bin directory, type the following command:
    featureManager.bat install jsfPortletBridge-1.0

Feedback