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 on Windows


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

To configure and start Scheduler on Oracle WebLogic and Windows

  1. Open the edx_env.bat file in the EDX_HOME\config directory, and add the following lines. In the lines, Your_Java_Home is the directory where Java is installed.

    @set EDX_HOME=D:\oracle\ebilling

    @set APP_SERVER=wl

    @set WL_HOME=D:\bea\wlserver_12.1

    @set JAVA_HOME=Your_Java_Home

  2. Go to the EDX_HOME\bin directory, and run the following command:

    wl_scheduler.bat -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 in the same command:

    wl_scheduler.bat -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.