Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
The JOE setup asks for the "Program Data" folder. This will be used for the SCHEDULER_DATA environment variable. The JOE start script contains the following call:
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
The value for %SCHEDULER_HOT_FOLDER% is not set.
Desired Behavior
The JOE setup should ask for the default live folder. The given value should be used for the environment variable %SCHEDULER_HOT_FOLDER%
The default should be %SCHEDULER_DATA%/config/live
Test Instruction
- Test Execution
- Run the JOE installer.
- Test Results
- Negative Result
- JOE does not ask for the location of the live folder.
- The JOE start script (located in the ./bin directory) will include the above mentioned call. The environment variable SCHEDULER_HOT_FOLDER is empty.
- Positive Result
- JOE does ask for the location of the live folder.
- The JOE start script (located in the ./bin directory) will include the above mentioned call. The environment variable SCHEDULER_HOT_FOLDER is assigned the folder that was specified during setup.
- Negative Result