Environment variables with the syntax ${
name
}
can be called in some XML attributes and .ini file settings.
The $
name is also possible when a special character
(apart from the understroke _) follows the variable name.
The »$« character remains,
when no »{« or letter follows the name.
Similiarly, »\$« returns »$« when prefixed with »\«.
The values of the environment variables as the Job Scheduler started remain valid.
Variables can also be replaced by programs using the
Variable_set.substitute()
method.
# File factory.ini
[java]
class_path = ${SCHEDULER_HOME}/lib/sos.spooler.jar
class_path = $SCHEDULER_HOME/lib/sos.spooler.jar
class_path = \\otherhost\C$\lib\classes.jar
<params>
<param name="txt_file_regex" value="\.txt$"/>
</params>
|
Basic Configuration |
|
|
Configuration, Directory path for <include> |
|
|
Configuration, Java class path |
|
|
Configuration, Java options |
|
|
File Order Sink |
|
|
File Order Source |
|
|
HTTP File Directory, File system path |
|
|
Includes text from a file, Path to file to be included |
|
|
Includes text from a file, Path to the file to be added from the configuration directory |
|
|
External programs (as an alternative to <script>), Path of the Executing Program |
|
|
External programs (as an alternative to <script>), Parameter Line |
|
|
External programs (as an alternative to <script>) |
|
|
Directory Monitoring |
|
|
Web Service, The URL path used to reach a service |
|
|
Web Service, Transforms a request into a Job Scheduler command |
|
|
Web Service, Transforms a reply to a command into a Web Service response |
|
|
Web Service, Forwarding after an order or task has been completed |
|
|
Directory path for <include> |
|
|
Directory for e-mails which temporarily cannot be sent |
|
Directory for e-mails which temporarily cannot be sent |
|
Java class path |
|
|
Java options |
|
|
Directory for e-mails which temporarily cannot be sent |