+

Search Tips   |   Advanced Search

Update the Brightcove read or upload tokens

The read or upload Brightcove tokens can be updated with a ConfigEngine task.

  1. Update the Brightcove tokens in WebSphere Portal, run a ConfigEngine task to set the portlet preferences.

    Use the same readToken and uploadToken from Brightcove. If these values are not set, the test tokens are installed. Your readToken must have URL access to enable the preview video on the video details page.

      ConfigEngine.sh set-portlet-preferences.brightcove \
                     -DBrightcove.ReadToken=readToken \
                     -DBrightcove.UploadToken=uploadToken \
                     [-DWasPassword=wasPassword] \
                     [-DPortalAdminPwd=wpsPassword]
      

    By default, this task is performed on the base portal. To run this task on a different virtual portal, identify the virtual portal by adding one of the following parameters to the command line. Each parameter requires the prefix -D on the command line.

      VirtualPortalHostName
      Host name of the virtual portal. For example, vp.your_host.com.

      VirtualPortalContext
      Virtual portal context that identifies the virtual portal. For example, vp1.

  2. Restart WebSphere Portal.

    For cluster installs, the ConfigEngine task is only performed on the primary node. The restart must be performed on all nodes in the cluster.


Parent Integrate with Brightcove