@senattcs wrote:
Did anyone tried to implement HAProxy on Oracle Tuxedo Server?
JOLT Client->HAProxy->Tux Server.
I’m not super familiar with Tux Server, but here is my understanding of how it works.
assume: there are 3 tux servers : ip1:port1, ip2:port2, ip3:port3
to Connect to these 3 servers, we go through ip4:port4 and this ip4:port4 returns above 3 tux servers IP and ports and client establishes a physical connections with ip1,ip2,ip3 (not with ip4).when I installed HAProxy in TCP mode between client and Tux servers, still client establishes connections with Tux servers. what I want is
client should have connection with HAproxy and HAProxy should have connections with Tux servers.Possible? any ideas? Please
Posts: 1
Participants: 1