Starting Business Integration Connect

After you have installed Business Integration Connect, you can start it by following the procedures below.

To start Business Integration Connect:

  1. Change to the general Business Integration Connect user by entering:

    su - bcguser
    
  2. Navigate to the Community Console script directory:
    cd {WBIC INSTALL DIR}/IBM/WBIConnect/console/was/bin
    
  3. Start the Community Console by entering the following command:
    ./startServer.sh server1
    
  4. Navigate to the Receiver script directory by entering the following command:
    cd {WBIC INSTALL DIR}/IBM/WBIConnect/receiver/was/bin
    
  5. Start the Receiver by entering the following command:
    ./startServer.sh server 1
    
  6. Go to the Document Manager script directory by entering:
    cd {WBIC INSTALL DIR}/IBM/WBIConnect/router/was/bin
    
  7. Start the Document Manager by entering the following command:
    ./startServer.sh server 1
    
  8. Open a Web browser and type the following URL to display the console:

    Unsecure:

    http://<hostname>.<domain>:58080/console

    Secure:

    https://<hostname>.<domain>:58443/console

    Where <hostname> and <domain> are the name and location of the computer hosting the Community Console component.

    Notes:

    1. These URLs assume the default port numbers are used. If you changed the default port numbers, replace the default numbers with the values you specified.

    2. WBI Connect Community Console requires cookie support to be turned on to maintain session information. No personal information is stored in the cookie and it expires when the browser is closed.
  9. The Web browser displays the Welcome page. Log into Business Integration Connect using the following information:

    Click Login.

  10. When you log in for the first time, you must create a new password. Enter a new password, then enter the new password a second time in the Verify text box.
  11. Click Save. The system displays the console's initial entry screen.
  12. Connect to the Document Manager through this web address: http://<hostname>.<domain>:56969

You have now logged into Business Integration Connect. See the Getting Started guide for information on what to do next, or see Testing your installation for a way to test your installation.

Copyright IBM Corp. 2003, 2004