Is it possible to run multiple instances of Tomcat on same server (Windows Server 2016) with same port number
Example: If https://example.com/app1 -> use tomcat1
If https://example.com/app2 -> use tomcat 2
I mean choosing tomcat based on URL request. Or you suggestion how to solve it.