summaryrefslogtreecommitdiff
path: root/ACE/rpmbuild/ace-tao-init-fedora/tao/tao-cosevent.opt
blob: b0eba7f99a6683657eb27a41f387a6684690de9c (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="-ORBDebugLevel 10"

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

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