I am looking for a way to configure one command url, which can be use as a loadbalancer between two tomcat servers.
I have application hosted on two different windows server with tomcat 9 running on port 9090.
I have another application from where I would like to make a call to this web application, using webservice, however I would like to have one common URL where request can be balance between these two servers.
I have already done cluster configuration between these two application.
Any help to achieve this would be highly appreciated.