Installation Guide for Oracle Self-Service E-Billing > 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 database server, Oracle home directory, and application server.
    Field
    Example Value

    Enter database server

    oracle

    Enter Oracle home directory

    /export/home/oracle11gR2/11.2.0.3

    Oracle database user name (DB_Username)

    oltp

    Oracle database password (DB_PWD)

    Example

    Oracle database alias (tnsname)

    oltp

    Application server

    wl

    Java root directory

    /opt/bea10mp1/jdk150_11

    WebLogic Application Server root directory

    /opt/bea10mp1/wlserver_12.1

  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 Self-Service E-Billing Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.