Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create the folder ./lib/log/log4j under the installation path of JobScheduler you should change the property class_path as follows:

Code Block
 class_path = $\{SCHEDULER_HOME\}/lib/*.jar;$\{SCHEDULER_HOME\}/lib/hibernate/*.jar;$\{SCHEDULER_HOME\}/lib/jetty_ext/*.jar;<span style="color:red">$\{SCHEDULER_HOME\}/lib/log/log4j/*.jar</span>
 

...