Customizing the login page to be IBM Stewardship Center

IBM Stewardship Center consists of a set of IBM® Business Process Manager sample process applications. You customize the IBM BPM login page to be the IBM Stewardship Center login page.

Procedure

  1. On the computer where IBM Business Process Manager Standard is installed, open the IBP BPM Quick Start page from the command-line prompt.
    For example:
    In AIX®, HP-UX, and Linuxenvironment
    cd /opt/ibm/BPM/v8.5/bin
    ./BPMQuickStart.sh ProcessCenter DmgrProfile celladmin BPM123pwd
    In Windows environment
    cd c:\ibm\bpm\v8.5\bin
    BPMQuickStart.bat ProcessCenter DmgrProfile celladmin BPM123pwd
  2. From the IBM BPM Quick Start page, open the WebSphere® Application Server Admin Console, and then do the following steps:
    1. Go to Security > Global Security > Web and SIP security > General Settings.
    2. Enable Default to basic authentication when certificate authentication for the HTTPS client fails.
    3. Close the WebSphere Application Server Admin Console.
  3. From the IBM BPM Quick Start page, restart Process Center Deployment Environment.
  4. Extract the <Information_Server_install_directory>/Clients/DQ_BPM/scripts/UpdateProcessPortalLoginPage.zip archive file that is installed when the exception management components are installed. Open UpdateProcessPortalLoginPage.env with an editor, and then change the WAS_PROFILE_DIR environment variable to include the WebSphere Application Server profile directory that you specified when you installed IBM BPM.
    For example:
    In Windows environment
    WAS_PROFILE_DIR=C:\IBM\BPM\v8.5\profiles\Node1Profile
    In AIX, HP-UX, and Linuxenvironment
    WAS_PROFILE_DIR=/opt/ibm/BPM/v8.5/profiles/Node1Profile
  5. Run the following command:
    In Windows environment
    UpdateProcessPortalLoginPage.bat update_BPM_LoginCSS
    In AIX, HP-UX, and Linuxenvironment
    ./UpdateProcessPortalLoginPage.sh update_BPM_LoginCSS
  6. Follow the instructions in the command-line interface. Provide the values of the following parameters for IBM BPM:
    Host name
    An example might be mybpmserver.mycompany.com.
    Secure port number
    The SSL port number for IBM BPM. An example might be 9443.
    Tip: To easily determine your secure port number for IBM BPM, you can start Process Portal from the IBM BPM Quick Start page. Take note of the port number in the URL for IBM BPM Process Portal.
    Cell admin user ID
    An example might be bpmadmin.
    Cell admin password
    An example might be bpmPWD123.