#-*-shell-script-*- # skip blanks & comments ############################################################ # general config ############################################################ [vSpace] # multicast addresses for cooperating vspaces # IMPORTANT: you need to change the addresses and ports # to avoid colliding with other users ShogunMulticastAddress = 224.45.1.17 ShogunLoadinfoPort = 7788 GroupinfoMulticastAddress = 224.45.1.18 GroupinfoPort = 7789 # specify services to load at startup (others loaded as necessary) # currently. Services that this vspace starts have to be specified # through this config file. # NOTE: put each service on a new line! start = DemoScriptLoaderClient # the hashtable bricks. You can probably leave this untouched -- # these are the experimental bricks that Steve runs. #hashtableNode = enclave1.millennium.berkeley.edu:1550 #hashtableNode = enclave2.millennium.berkeley.edu:1550 #hashtableNode = enclave3.millennium.berkeley.edu:1550 #hashtableNode = enclave4.millennium.berkeley.edu:1550 hashtableNode = demo1.iceberg:1850 hashtableNode = demo1.iceberg:1851 # IMPORTANT: change this to avoid colliding with other users of # the hashtable! All the vSpaces using the same stateTable will know # about the other the services that each other runs. stateTableName = iPOPdemo1 ############################################################ # configure debugging ############################################################ [debug] # module = module = ninja2.core.vspace.* Debug.NOTE module = ninja2.core.vspace.examples.* Debug.DEBUG module = iceberg1.pref.* Debug.DEBUG showMethodNames = true showPackageNames = false ############################################################ # Configure each service ############################################################ ## service is specified by [Service: serviceName] ## the worker name is specified by [Worker: serviceName:workerName] ## followed by configuration args in the form: key = value [Service: DemoScriptLoaderClient] [Worker: DemoScriptLoaderClient:DemoScriptLoaderWorker] class = iceberg1.pref.DemoScriptLoaderClient #count = 5 email = helenjw@cs.berkeley.edu