Tomcat cluster behaviour issues

2017-07-21 Thread niranjan kumar
While experimenting with cluster of two tomcat nodes node1,node2 i came to know that: 1. Don't keep your .war in watch-dir beforehand.Copy after, node1 has started,then it will be deployed to other node. 2. If .war file is there in watch-dir start the second node before .war fi

FarmWarDeployer configuration issues

2017-07-17 Thread niranjan kumar
Hi Team, I have used this configuration of FarmWarDeployer to configure two tomcat nodes as part of Cluster. 1: tempDir="\temp-dir\" deployDir="\webapps\" watchDir="\watch-dir\" watchEnabled="true"/> 2: tempDir="\temp-dir\" deployDir="\webapps\"

worker.properties file configuration for cluster

2017-07-13 Thread niranjan kumar
Hi Team, I used this configuration: worker.node1.redirect=node2 worker.node2.activation=disabled to configure the fail-over scenario , it seems to work fine.My question is 1: Do i need to enable