BEA Logo BEA WebLogic Collaborate Release 1.0

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WebLogic Collaborate Doc Home   |   Getting Started   |   Previous Topic   |   Next Topic   |   Contents   |   Index

Setting Up the WebLogic Process Integrator Environment

 

The following sections explain how to set up the WebLogic Process Integrator environment, so that you can run WebLogic Process Integrator Studio:

Before beginning the procedures in this chapter, run the WebLogic Collaborate installation verification application, verifier, described in the BEA WebLogic Collaborate Installation Guide.

 


Configuring WebLogic Collaborate for WebLogic Process Integrator

To configure your WebLogic Collaborate environment so that it operates with WebLogic Process Integrator, you need to verify WebLogic Process Integrator Studio and Weblogic Server run-time requirements, as described in this section.

  1. Open a command window, and change to the following directory:

    Windows

    %WLC_HOME%\enabler

    UNIX

    $WLC_HOME/enabler

  2. Open the weblogic.properties file. This file is configured during the installation process to match your environment. This step describes how to confirm that the settings are correct for your environment.

    The proper repository pool should be uncommented and configured to the database you selected at install time. The weblogic.ejb.deploy property and the weblogic.jdbc.connectionPool.wlpiPool property configurations should match your environment. Verify the configurations as follows:

  3. Close the weblogic.properties file.

  4. Change to the directory where the WebLogic Process Integrator scripts are installed:

    Windows

    %WLC_HOME%\wlpi

    UNIX

    $WLC_HOME/wlpi

  5. Create the WebLogic Process Integrator repository database tables by executing one of the following commands:

  6. Change to the directory where you installed WebLogic Collaborate:

    Windows

    %WLC_HOME%

    UNIX

    $WLC_HOME

  7. Ensure that the setenv.sh script defines the following environment variables.

    Variable

    Definition

    JAVA_HOME

    The directory path where you installed the JDK software. For example:

    JAVA_HOME=/usr/local/JDK1.2.2

    WL_HOME

    The directory path where you installed the WebLogic Server software. For example:

    WL_HOME=/usr/local/weblogic

    WLC_HOME

    The directory path where you installed the WebLogic Collaborate software. For example:

    WLC_HOME=/usr/local/WLCollaborate

  8. Execute the setenv script to set the WebLogic Collaborate environment variables:

    Windows

    prompt> setEnv.cmd

    UNIX

    prompt> . ./setenv.sh

  9. Change directory to the enabler subdirectory and start WebLogic Server:

    Windows

    prompt> cd enabler

    prompt> startweblogic.cmd

    UNIX

    prompt> cd enabler

    prompt> ./startwebLogic.sh

Note: WebLogic Server must be running when you start WebLogic Process Integrator Studio (refer to Starting WebLogic Process Integrator Studio).

 


Troubleshooting Your WebLogic Process Integrator Configuration

If you observe binding errors on the listening port, make sure another instance of WebLogic Server is not running using the same port (that is, another command window with the startwebLogic script running).

If WebLogic Server is unable to create a connection pool, as indicated by exceptions displayed in the command window, check that the connection pool property, weblogic.jdbc.connectionPool.wlpiPool, is specified correctly.

If you continue to have a problem, make sure that the database server is running and accessible, and that you have the appropriate permissions.

 


Starting WebLogic Process Integrator Studio

WebLogic Process Integrator Studio is the workflow editing component of the WebLogic Process Integrator software, and can be used to create the workflows for conversations and business processes in the WebLogic Collaborate environment.

Before using WebLogic Process Integrator in your WebLogic Collaborate environment, complete the following procedure to verify that you can start WebLogic Process Integrator Studio and connect to WebLogic Server.

  1. Complete the procedure described in Configuring WebLogic Collaborate for WebLogic Process Integrator, and ensure that WebLogic Server is still running before you proceed to step 2.

  2. Open a new command window, change to the directory where WebLogic Collaborate is installed, and execute the script to set the WebLogic Collaborate environment variables:

    Windows

    prompt> cd %WLC_HOME%

    prompt> setEnv.cmd

    UNIX

    prompt> cd $WLC_HOME

    prompt> . ./setenv.sh

  3. Change to the directory where the WebLogic Process Integrator scripts are installed:

    Windows

    %WLC_HOME%\wlpi

    UNIX

    $WLC_HOME/wlpi

  4. Execute the following script, which starts WebLogic Process Integrator Studio and displays the WebLogic Process Integrator Studio login dialog box:

    Windows

    prompt> Studio.cmd

    UNIX

    prompt> . ./studio.sh

    The WebLogic Process Integrator Studio login dialog box is displayed.

  5. Enter the BEA user name (bea) and password (12345678) in the dialog box.

  6. In the Server text field, enter the following:

    t3://localhost:7501

    where localhost represents the name of your machine.

  7. Click OK.

If you are unable to log in: