My Application uses below JDBC URL in domain configuration, but now all the load goes only to localhost1 server, now I wanted to pass the load between these 2 servers on round robin basis. How can I do that?
jdbc:mysql://localhost1:3306/pro?autoReconnect=true|jdbc:mysql://localhost2:3310/pro?autoReconnect=true