Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
The portable JOE provides a file jobeditor_environment_variables.cmd-example. The file does not contain an example for the SCHEDULER_HOT_FOLDER environment variable.
The start script does contain a call like
set CALLARGS=-classpath "%CP%" %LOG4JPROP% %JAVA_OPTIONS% -DSCHEDULER_HOME="%SCHEDULER_HOME%" -DSCHEDULER_DATA="%SCHEDULER_DATA%" -DSCHEDULER_HOT_FOLDER="" sos.scheduler.editor.app.Editor
Desired Behavior
The portable JOE should provide a file jobeditor_environment_variables.cmd-example that contains an example for the SCHEDULER_HOT_FOLDER environment variable like
set SCHEDULER_HOT_FOLDER=D:\documents\sos-berlin.com\scheduler_joc_cockpit\config\live
The start script should contain a call like
set CALLARGS=-classpath "%CP%" %LOG4JPROP% %JAVA_OPTIONS% -DSCHEDULER_HOME="%SCHEDULER_HOME%" -DSCHEDULER_DATA="%SCHEDULER_DATA%" -DSCHEDULER_HOT_FOLDER="%SCHEDULER_HOT_FOLDER%" sos.scheduler.editor.app.Editor