Hi All, I am new with Tomcat Clustering feature. I have configured my three tomcats nodes in cluster mode and they are talking to each other no issues. Out these three nodes N1, N2 and N3 only one node will be ACTIVE node and rest two will be PASSIVE. ACTIVE means my app will be loaded on only one node. When this ACTIVE node goes down, using clustering mechanism I am able to load my APP on next node from list. This scenario works very well. !!!! NO ISSUES!!!
Now to out side world I have to give URL so that they can submit jobs to this clustered nodes. Here I get lost. I am assuming I need load balancer/proxy will which will route my request to ACTIVE node. My question is : How to configure load balancer/proxy server to rote my request to any specific ACTIVE node. I tries tomcat web apps load balance, it does url redirect and I loose my request data. Any help/pointer will be highly appreciated. Thanks Anil S. Ranka