How to Deploy a Rules Dictionary Editor Task Flow Application to a Standalone Oracle WebLogic Server

When you are ready to deploy your application EAR file to the standalone Oracle WebLogic Server, perform the following:

  1. Launch the Oracle WebLogic Server Administration Console (http://host:port/console/login/LoginForm.jsp).

  2. Ensure that oracle.rules is displayed in the deployments list.

  3. Ensure that oracle.soa.rules_dict_dc.webapp is displayed in the deployments list.

  4. If this is not displayed, click Install and select the JDEV_INSTALL/jdeveloper/soa/modules/oracle.soa.rules_dict_dc.webapp_11.1.1/oracle.soa.rules_dict_dc.webapp.war file.

  5. In the project that has to be deployed (where you create the EAR file):

    1. Add the following lines to the weblogic-application.xml:

      <library-ref>
         <library-name>oracle.rules</library-name>
      </library-ref>
      
    2. Add the following lines to weblogic.xml in the project WAR file:

      <library-ref>
         <library-name>oracle.soa.rules_dict_dc.webapp</library-name>
      </library-ref>
      
    3. Deploy the EAR file in Oracle WebLogic Server.