Installation Guide for Oracle Self-Service E-Billing > Configuring Oracle WebLogic >

Deploying Oracle Self-Service E-Billing Applications on Oracle WebLogic


For each of the following Oracle Self-Service E-Billing applications you have configured for your implementation, you must deploy the corresponding EAR files, using your application server:

  • Billing and Payment application
  • Command Center application
  • Customer Service Representative application
  • Web Services Server and Client applications

This task is a step in Roadmap for Configuring Oracle WebLogic for Oracle Self-Service E-Billing.

To deploy an Oracle Self-Service E-Billing application on Oracle WebLogic

  1. If you are deploying the Billing and Payment application on an Oracle WebLogic cluster, then edit the weblogic.xml file, located in the edx_home\J2EEApps\ebilling\weblogic\ebilling-weblogic-6.2\ebilling-web-1.0-SNAPSHOT\WEB-INF\ directory. Add the following code to enable a session on one cluster computer member to be replicated to the other computer members:

    <session-descriptor>

    <session-param>

    <param-name>PersistentStoreType</param-name>

    <param-value>replicated</param-value>

    </session-param>

    </session-descriptor>

  2. Open the Oracle WebLogic Administration Console.
  3. Click the Deployments link to display the deployments page for the Oracle WebLogic domain for the particular application you are deploying, such as ebilling_domain.
  4. Click Install to start the Install Application Assistant, which guides you through the steps required to deploy the Oracle Self-Service E-Billing applications.
  5. Click the links to navigate to the location of the EAR file to deploy.
    Oracle Self-Service E-Billing J2EE Application
    File Name and Location

    Billing and Payment

    File Name: ebilling-weblogic-6.2.ear

    Location:

    • UNIX. EDX_HOME/J2EEApps/ebilling/weblogic
    • Windows. EDX_HOME\J2EEApps\ebilling\weblogic\

    Command Center

    File Name: command-center-weblogic-6.2.ear

    Location:

    • UNIX. EDX_HOME/J2EEApps/commandcenter/weblogic
    • Windows. EDX_HOME\J2EEApps\commandcenter\weblogic

    Customer Service Representative

    File Name: csr-app-6.2.ear

    Location:

    • UNIX. EDX_HOME/J2EEApps/csr/weblogic
    • Windows. EDX_HOME\J2EEApps\csr\weblogic

    Web Services Server

    File Name: ebilling-rs-weblogic-6.2.ear

    Location:

    • UNIX. EDX_HOME/J2EEApps/rs/weblogic
    • Windows. EDX_HOME\J2EEApps\rs\weblogic

    Web Services Client (for development use only)

    File Name: ebilling-rsclient-weblogic-6.2.ear

    Location:

    • UNIX. EDX_HOME/J2EEApps/rsclient/weblogic
    • Windows. EDX_HOME\J2EEApps\rsclient\weblogic

    Select the deployed EAR file, and start all services located at the Start, Servicing all requests. If you are using the Billing and Payment application on a cluster, then deploy the Billing and Payment application to the cluster, not the Admin server.

  6. Restart the server.
  7. Repeat this procedure for each Oracle Self-Service E-Billing application that your implementation requires.
  8. If you are using the Billing and Payment application on a cluster, then you must also deploy the Cluster Proxy application to the proxy server. Edit the web.xml file found in the eBillingProxy WAR file. In the following section, add the IP address and port number of each managed server in the cluster, for example:

    <init-param>

    <param-name>WebLogicCluster</param-name>

    <param-value>

    10.240.12.163:9001|10.240.8.244:9002|10.240.12.157:9003

    </param-value>

    </init-param>

  9. If you are deploying the Billing and Payment application on a cluster, then start the cluster.

    For details, see Starting the Oracle WebLogic Cluster.

Installation Guide for Oracle Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.