Versions Compared

Key

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

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

If you have installed a JobScheduler then JOE finds the live folder of the JobScheduler automatically.

If you want to start JOE with another specific live folder because you have changed the location of the live folder or you use a standalone installation of JOE then you can set the live folder since release 1.5.3253 in the ./user_bin/jobeditor_environment_variables.(sh|cmd). For this rename the ./user_bin/jobeditor_environment_variables.(sh|cmd)-example to ./user_bin/jobeditor_environment_variables.(sh|cmd).

Example Unix

Code Block

  ...
  SCHEDULER_HOT_FOLDER=/path/to/another/live-folder

Example Windows

Code Block

  ...
  :begin
  set SCHEDULER_HOT_FOLDER=C:\path\to\another\live-folder

...

Example Windows

Code Block

  cmd /C "set SCHEDULER_HOT_FOLDER="C:\path\to\another\live-folder" & "C:\installpath\of\joe\bin\jobeditor.cmd""

...