Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Title style corrected

...

Please read first the article How _ to _run_operate JobScheduler _ with _ Jetty for general information.

You can use the Jetty of the JobScheduler for your own application.

...

Code Block
 ... 
 [java]
 class_path  = <span style="color:red">$${SCHEDULER_HOME}/lib/my_app/com.my.apps.jar</span>jar:${SCHEDULER_HOME}/lib/*.jar:${SCHEDULER_HOME}/lib/hibernate/*.jar:${SCHEDULER_HOME}/lib/jetty_ext/*.jar
 ...
  • Add the following servlet elements to the ./config/web.xml (where jobscheduler[scheduler_user] have to substitute with the username of the JobScheduler).

...