Compiling and Deploying Oracle Fusion Middleware Artifacts

This task is a step in Process of Installing SOA Composites for This Integration.

This topic describes how to run scripts that compile and deploy Oracle Fusion Middleware artifacts for this integration.

To compile and deploy Oracle Fusion Middleware artifacts

  1. Prepare to run the installation scripts:

    1. Install Apache Ant on the computer that you use to run the installation scripts.

      Apache Ant is a tool you can use to deploy composites on the Oracle Web Logic SOA Server. For more information, see http://ant.apache.org.

    2. Make sure the PATH environment variable references the binary directory that Ant uses.

    3. Unzip the SBL_ORS_INTRGv2.zip file.

      This file is packaged as the Siebel-ORS Integration Connector. Make sure you use the same directory structure that is defined in the zip file.

    4. Navigate to the SBL_ORS_INTRGv2\build folder.

    5. Open the build.properties file, and then update the following parameters using values from the following table.

      The build.properties file contains the properties for the Ant build. Note that all paths in the build.properties file must use the Unix forward slash (/) convention. For example, D:/home/bin.

      Parameter Description

      weblogic_admin_server_host

      Set to the host name for the Oracle WebLogic Server.

      weblogic_admin_server_port

      Set to the port of the WebLogic Administration Server.

      weblogic_soa_mgdserver_name

      Set to the SOA Server name.

      weblogic_soa_server_hostname

      Set to the SOA Server host name.

      weblogic_soa_server_portnumber

      Set to the SOA Server port number.

      weblogic_username

      Set to the WebLogic User Name that Oracle WebLogic uses for authentication.

      weblogic_password

      Set to the WebLogic Password for the authorized user.

      siebel.version

      Set to 81, which is the Siebel Version.

      siebel_server_host

      Set to the host address of the server where the Siebel Server is installed.

      java.passed.home

      Set to the location of the JDK you will use.

      src.location

      Set to the location of the integration code. This location is the base directory where you extract the zip file. For example, C:SBL_ORS_INTEGRATION.

      oracle_home

      Set to the location of the Oracle Home directory.

      mw_home

      Set to the middleware installation base directory.

  2. Open a command prompt, and then navigate to the SBL_ORS_INTRGv2\build folder.

  3. At the command prompt, type deployAll, and then press ENTER.

    This command deploys all the Oracle Fusion Middleware composites and Oracle Metadata Service artifacts. To deploy the composites but not the Oracle Metadata Service artifacts, type ant deployAllComposites at the command prompt.

    To reverse a deployment, enter ant undeployAll. This command reverses the deployment for all composites and for all Oracle MDS artifacts. For more information, see Ant Commands You Can Use to Compile and Deploy Composites.