awips2/edexOsgi/com.raytheon.uf.edex.remote.script/resources/com.raytheon.uf.edex.remote.script.properties
Stephen Gilbert 2eb77074ab VLab Issue #3854 - EDEX plugins for remote script execution
Change-Id: I56c15e3f8c93d1c26c3dd0dc4091ffb21aceff86

Former-commit-id: c02bc1656bf82dea215aba10168f22cab127e9bf
2014-05-28 14:03:31 -04:00

21 lines
929 B
Properties

# The values shown here are the default values in the RemoteScriptConstants class.
# To change a property's default value for the EDEX server do the following:
# 1 - Edit this file and uncomment the desired property line(s).
# (remove the # at the start of the line.)
# 2 - Change the property's value
# 3 - Save the Changes
# 4 - Restart EDEX request.
# The localized directory that contains scripts.
remote.script.directory=ncep/remoteScripts
# Number of seconds to wait for script's process to complete before handler kills the process.
# Note the value will be adjusted to be less then the HttpClient's socket timeout value.
#remote.script.timeout=30
# Default use of standard error. When true Separate the standard output and error streams;
# otherwise combine them into standard out.
#remote.script.use.stderr=false
# Exit error to use when unable to run a script. Must be an integer.
#remote.script.setup.error=99