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

gbellato
13.31.2006 e07cdcbd253fd366c5002f7368470e0158bfcc2c
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