Example of 2 node cluster configuration

This section contain example of CloverETL cluster nodes configuration. In addition it is necessssary to configure:

Configuration of node on 192.168.1.131

		      jdbc.dialect=org.hibernate.dialect.MySQLDialect
		      datasource.type=JNDI
		      datasource.jndiName=java:comp/env/jdbc/clover_server
		      
		      cluster.enabled=true
		      cluster.node.id=node01
		      cluster.shared_sandboxes_path=/home/clover/nfs_shared/sandboxes
		      
		      license.file=/home/clover/license/license.dat
		      
		      cluster.group.name=cloverCluster
		      cluster.jgroups.bind_address=192.168.1.131
		      cluster.jgroups.start_port=7800
		      cluster.jgroups.tcpping.initial_hosts=192.168.1.13[7800]
		      
		      cluster.http.url=http://192.168.1.131:8080/clover
	      

Configuration of node on 192.168.1.13

		      jdbc.dialect=org.hibernate.dialect.MySQLDialect
		      datasource.type=JNDI
		      datasource.jndiName=java:comp/env/jdbc/clover_server
		      
		      cluster.enabled=true
		      cluster.node.id=node02
		      cluster.shared_sandboxes_path=/home/clover/nfs_shared/sandboxes
		      
		      license.file=/home/clover/license/license.dat
		      
		      cluster.group.name=cloverCluster
		      cluster.jgroups.bind_address=192.168.1.13
		      cluster.jgroups.start_port=7800
		      cluster.jgroups.tcpping.initial_hosts=192.168.1.131[7800]
		      
		      cluster.http.url=http://192.168.1.13:8080/clover