How to deploy a JAR (containing RIDC code) in a clustered environment
Hi,
I have two UCM nodes in a cluster (Node A and Node .
I have written a RIDC batch program and packaged it as a JAR file.(Using Cron Jobs to schedule the batch)
Issue is : I have to specify the protocol , the IP and the intradoc server port for making the connection and call services.
In this clustered environment , I can only give a single host name.
If that host is down the batch fails.
I am trying to understand if there is a way where i can hit a single IP (could be virtual IP) and it resolves to the active member of the cluster.