Installation Guide for Oracle Billing Insight > Configuring Oracle WebLogic > Configuring and Starting Scheduler on Oracle WebLogic >

Configuring and Starting Scheduler on Oracle WebLogic and UNIX


Follow these steps to configure and start Scheduler on Oracle WebLogic and UNIX.

To configure and start Scheduler on Oracle WebLogic and UNIX

  1. Go to the EDX_HOME/bin directory.
  2. Run the following command:

    $./edx_config

  3. Specify the appropriate details for the application server.
    Field
    Example Value

    Application server

    wl

    Java root directory

    /opt/bea12c/Middleware/jdk160_29

    WebLogic Application Server root directory

    /opt/bea12c/Middleware/wlserver

  4. Start Scheduler, using the following command, located in the EDX_HOME/bin directory:

    ./wl_scheduler -start -url t3://localhost:7003 -verbose

    where:

    • localhost is the name of the Command Center application server.
    • 7003 is the port number of the Command Center application server.

      To stop Scheduler, replace the -start parameter with the -stop parameter:

    ./wl_scheduler -stop -url t3://localhost:7003 -verbose

Installation Guide for Oracle Billing Insight Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.