Deployment Example: Deploying and Customizing the Documentum Portlet

ProcedureDeploying the Portlets

Deploy each WAR file onto Portal Server.

  1. Create a password file that contains portal user amadmin's password in /tmp/password or any other directory.

  2. Go to directory where the Documentum Portlets WAR files are located.

    1. Deploy WDK Portlets.

      Type <PortalServer_Base_Dir>/bin/psadmin deploy-portlet -u amadmin -f /tmp/password -p portal1 -g wdkforportlets.war

    2. Deploy Web Publisher Portlets.

      Type <PortalServer_Base_Dir>/bin/psadmin deploy-portlet -u amadmin -f /tmp/password -p portal1 -g wpportlets.war

    3. Deploy ECI Server Portlets.

      Type <PortalServer_Base_Dir>/bin/psadmin deploy-portlet -u amadmin -f /tmp/password -p portal1 -g eciPortlet.war

    4. Deploy eRoom Portlets.

      Type <PortalServer_Base_Dir>/bin/psadmin deploy-portlet -u amadmin -f /tmp/password -p portal1 -g MyeRoom.war

  3. To Undeploy, for example, type /opt/SUNWportal/bin/psadmin undeploy-portlet -u amadmin -f /opt/SUNWportal/bin/pass -p portal1 -g wdkforportlets.war