📄 bilbo.properties
字号:
#------------------------------------------------------------------------------# Configures an xmlBlaster node with the name "bilbo"## Change the bootstrapHostname='' setting if heron is running on another IP,# for example to bootstrapHostname='192.168.1.2'## INVOKE: java org.xmlBlaster.Main -propertyFile bilbo.properties#------------------------------------------------------------------------------# CORBA driver listens on bootstrap port 7604:jacorb.log.default.verbosity=0plugin/ior/useNameService=falsebootstrapPort=7604plugin/socket/port=7704plugin/xmlrpc/port=7804plugin/rmi/registryPort=7904# Switch off telnet access, we don't need itadmin.remoteconsole.port=-1# Configuer cluster - the bilbo node:cluster=truecluster.node.id=bilbodispatch/connection/pingInterval=500dispatch/connection/delay=500dispatch/connection/retries=-1# Messages containing the word 'loose' are not forwaredcluster.node.master[bilbo]=\ <clusternode id='bilbo'>\ <master type='DomainToMaster'>\ <filter type='GnuRegexFilter'>\ .*loose.*\ </filter>\ </master>\ </clusternode># Configure cluster - how to find frodo:cluster.node[frodo]=\ <clusternode id='frodo'>\ <connect><qos>\ <address type='IOR' bootstrapHostname='' port='7603'/>\ <address type='SOCKET'>socket://:7703</address>\ <address type='XMLRPC'>http://:7803</address>\ <address type='RMI'>rmi://:7903/I_AuthServer</address>\ </qos></connect>\ <master type='DomainToMaster' stratum='1'>\ <key queryType='DOMAIN' domain='RUGBY_NEWS'/>\ </master>\ <master type='DomainToMaster' stratum='2'>\ <key queryType='DOMAIN' domain='STOCK_EXCHANGE'/>\ </master>\ <master type='DomainToMaster' stratum='1' dirtyRead='false'>\ <key queryType='DOMAIN' domain='SOCCER_NEWS'/>\ </master>\ </clusternode>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -