How to Configure an Icon for a Guided Business Process

Working with Guided Business Processes 24-25 WorklistHttpURL is required only for digital signatures WorklistHttpURL=http:host:portintegrationworklistapp

24.8 Deploying an Guided Business Process to Oracle Weblogic Server

Guided Business Process are deployed to the application server in the same way as an SOA composite process. However, Guided Business Processes must be deployed to a standalone instance of Oracle WebLogic Server rather than the embedded Oracle WebLogic Server included with JDeveloper.

24.8.1 How to Deploy a Guided Business Process

Deploying a Guided Business Process to Oracle WebLogic Server involves the following main steps: ■ Creating a connection to Oracle WebLogic Server ■ Using JDeveloper or an Ant script to deploy the Guided Business Process To deploy an Guided Business Process: Following are the main steps in deploying an Guided Business Process: 1. Create a connection to Oracle WebLogic Server.

a. Use connection type Weblogic 10.3.

b. Enter a name for the WLS Domain. 2. Deploy the Guided Business Process through JDeveloper or using an Ant script: To deploy a Guided Business Process using JDeveloper: ■ Right-click the SOA composite associated with the Guided Business Process and select Deploy, then select the name of the SOA composite and the name of the server connection configured in the previous step. To deploy a Guided Business Process using an Ant script: ■ Right-click the SOA composite and select Deploy, the name of the SOA composite and to JAR. ■ Run the command shown in Example 24–2 : Example 24–2 Deploying a Guided Business Process Using an Ant Script ant -f ORACLE_HOMEbinant-sca-deploy.xml -DsarLocation location of sca_ composite.jar -DserverURL soa server url - Duser administrator user name -Dpassword administrator password For more information about deploying an SOA composite to the application server, see Deploying SOA Applications with Enterprise Manager in Oracle Fusion Middleware Developers Guide for Oracle SOA Suite.

24.8.2 What Happens When You Deploy a Guided Business Process to Oracle WebLogic Server

The Guided Business Process runs on WLS. You can view the Guided Business Process using Oracle Enterprise Manager Application Server Control console.