Installation Guide for Oracle Billing Insight > 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
- 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\BillingInsight
@set APP_SERVER=wl
@set WL_HOME=D:\oracle\wls12130\wlserver
@set JAVA_HOME=Your_Java_Home
- Go to the
EDX_HOME \bin directory, and run the following command:
wl_scheduler.bat -start -url t3://localhost :7003 -verbose
where:
wl_scheduler.bat -stop -url t3://localhost:7003 -verbose
|