mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
31.46.2007 cde6a17df0b2ae42e2e44426be4fe60636c446bc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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