Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The function "show description" calls up to now ./job_description?job=[job_name]. In this case it is possible that some links in the description cannot be resolved.
Now first this function reads the value of the file/live_file attribute of the descriptions include element and put it into the window location.
If the description is not under the working directory of the Job Scheduler or the Hot Folder is somewhere else you can add virtual directories "descriptions" and "live" in the ./config/scheduler.xml in order to find the descriptions:
<http_directory path = "[somewhere]" url_path = "/descriptions/" />
<http_directory path = "[other Hot Folder]" url_path = "/live/" />