summaryrefslogtreecommitdiff
path: root/rpmbuild/ace-tao-init-fedora/tao/tao-cosconcurrency.opt
blob: 3322b4e09764cf11e38f0b4225ab2dfe398f2b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Specify desired default initial references arguments
INITREF="-ORBDefaultInitRef corbaloc::localhost:2809"

# Enable debug logging, comment out to disable.
#DEBUGLEVEL="-d -ORBDebugLevel 10"

# Configure log file
LOGFILE="-ORBLogFile /var/log/tao/tao-cosconcurrency.log"

# Concatenate all options
OPTIONS="$INITREF $DEBUGLEVEL $LOGFILE"