Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I configure the Naming Service to use the fault tolerance facility?

0
Posted

How do I configure the Naming Service to use the fault tolerance facility?

0

You have to startup two Naming Servers. You have to designate one of them as the Master and the other one the Slave. The same property file can be used for both Master and Slave Naming Servers. ;; The relevant property values in the property file are as follows: vbroker.naming.enableSlave=1 vbroker.naming.masterServerName= vbroker.naming.masterHost= vbroker.naming.masterPort= vbroker.naming.slaveServerName= vbroker.naming.slaveHost= vbroker.naming.slavePort= ; ;;; There is no restriction to the order in which the Naming Servers should be started. In order to force the Naming Server to start on a particular port, the Naming Server should be started with the following command line option ;;; vbj -Dvbroker.se.iiop.scm.iiop.listener.port= com.inprise.vbroker.naming.

0

You have to startup two Naming Servers. You have to designate one of them as the Master and the other one the Slave. The same property file can be used for both Master and Slave Naming Servers. The relevant property values in the property file are as follows: vbroker.naming.enableSlave=1 vbroker.naming.masterServerName= vbroker.naming.masterHost= vbroker.naming.masterPort= vbroker.naming.slaveServerName= vbroker.naming.slaveHost= vbroker.naming.slavePort= There is no restriction to the order in which the Naming Servers should be started. In order to force the Naming Server to start on a particular port, the Naming Server should be started with the following command line option vbj -Dvbroker.se.iiop_tp.scm.iiop_tp.listener.port= com.inprise.vbroker.naming.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123