Set ALBPM properties for WebLogic

You must configure your Process Engine with some WebLogic-related properties via ALBPM Process Administrator.

You must have an ALBPM Engine for WebLogic configured in order to define this configuration properties.

  1. Login to ALBPM Process Administrator. By default, it runs on http://host:8686/webconsole.
  2. Click on Engines and then click on the name of your ALBPM Engine for WebLogic. You should see the configuration properties for your Engine.
  3. Click on the Application Server tab.
  4. In the JMX Engine Management Configuration section you must specify the Host, Port and Credentials to connect to one of the WebLogic servers that will be running ALBPM Engine.

    Enter the host and port number of any of the managed WebLogic servers running ALBPM Engine. You can obtain this value from the WebLogic Administration console: click on Environment > Servers to see a table showing all servers and their corresponding Listening Port.

    On the Credentials field, enter the user id and password to connect to WebLogic. This must be a user with Administration privileges. You may use the one defined for ALBPM Deployer, as explained in Create user for ALBPM Deployer.

    For example, on a default single-node WebLogic configuration where ALBPM Process Admin is running on the same host as WebLogic you would use:
    Host localhost
    Port 7001
    Credentials weblogic / password
  5. Locate the BPM Application Deployer URL field, and change its value to match your WebLogic configuration.

    For example, on a default single-node WebLogic configuration, it would be:

    http://localhost:7001/fuego/deployer/servlet/worker

    The URL should be that of the WebLogic server where ALBPM Deployer is installed, which must be your WebLogic's Administration server (AdminServer).

    Refer to Install ALBPM Deployer for more details.

  6. Change the WebLogic Server/Cluster Name field to match your WebLogic configuration. This is the name of the WebLogic Server or Cluster where you want to install the ALBPM applications.

    For example, on a default single-node WebLogic configuration, it could be your Administration server: AdminServer.