...
Please read first the article How to 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 ... |
...