1 # Specify desired endpoint arguments
2 ENDPOINT="-ORBListenEndpoints iiop://:2809"
4 # Location of persistance data file, comment out to disable persistance.
5 PERSISTFILE="-f /var/cache/tao/tao-cosnaming.dat"
7 # Enable multicast discovery, comment out to disable.
10 # Enable debug logging, comment out to disable.
11 #DEBUGLEVEL="-ORBDebugLevel 10"
14 LOGFILE="-ORBLogFile /var/log/tao/tao-cosnaming.log"
16 # Concatenate all options
17 OPTIONS="$ENDPOINT $PERSISTFILE $MULTICAST $DEBUGLEVEL $LOGFILE"