# Turn on tracing of internal errors and deprecated options
|
trace enable tracepoints "error deprecated"
|
|
# Enable TCP/IP connections
|
interface tcp library STAFTCP
|
|
# Set default local trust
|
trust machine local://local level 5
|
|
# Default Service Loader Service
|
serviceloader library STAFDSLS
|
|
service stax library JSTAF execute ${staf.services.dir}${file.separator}stax${file.separator}STAX.jar option J2=-Xmx384m
|
service event library JSTAF execute ${staf.services.dir}${file.separator}event${file.separator}STAFEvent.jar
|
service eventmanager library JSTAF execute ${staf.services.dir}${file.separator}eventmanager${file.separator}STAFEventManager.jar
|
service cron library JSTAF execute ${staf.services.dir}${file.separator}cron${file.separator}STAFCron.jar
|
set MAXQUEUESIZE 10000
|
|
trust level 5 machine tcp://localhost
|