scripting.properties revision ece5a262d20a50d0abf584d0f7ec73929ede9cfd
0N/A# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
0N/A# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
0N/A########################################################################################################################
0N/A# This section holds the error messages used by the Scripting framework and specifically used by ScriptException
0N/A########################################################################################################################
0N/A########################################################################################################################
0N/A########################################################################################################################
0N/Ag101.help.txt=The default script context that will be selected when creating a new script.
ec101.help=The maximum execution time any individual script should take on the server (in seconds).
ec101.help.txt=Server-side scripts will be forcibly stopped after this amount of execution time.
ec102.help=The core size of the thread pool from which scripts will operate.
ec103.help=The maximum size of the thread pool from which scripts will operate.
ec103.help.txt=New threads will be created up to this size once the task queue reaches capacity. Has no effect if the \
ec104.help=Size of queue to use for buffering script execution request when core pool is at capacity.
ec104.help.txt=Use -1 for an unbounded queue (this disables the maximum pool size setting). For short, CPU-bound \
scripts, consider a small pool size and larger queue length. For I/O-bound scripts (e.g., REST calls) consider \
a larger maximum pool size and a smaller queue. Not hot-swappable: restart server for changes to take effect.
ec105.help=Length of time (in seconds) to wait before terminating threads.
ec105.help.txt=Length of time (in seconds) to wait before terminating threads that were started when the queue reached \
ec106.help.txt=Each Java class accessed by a script must match at least one of these patterns. Use '*' as a wildcard, \
ec107.help=List of patterns of Java classes that must not be accessed by a script.
ec107.help.txt=This blacklist is applied after the whitelist to apply additional restrictions. For instance you may \
whitelist java.lang.* and then blacklist java.lang.System and java.lang.Runtime. It is recommended to always prefer \
ec108.help=Indicates whether the system SecurityManager should also be consulted when checking access to Java classes.
ec108.help.txt=If enabled, then the checkPackageAccess method will be called for each Java class accessed. If no \
st101.help=The language the script is written in.
st101.help.txt=This is used to determine how to validate the script, as well as which engine to run the script within.
st103.help=The default script for new scripts of this type.
st103.help.txt=This script will be set as the default when a new script of this type is created.