Search code examples
javatomcatwindows-server-2012-r2iis-10

How can I serve Multiple Domains (Java applications) with Tomcat Apache Server 9 (Like IIS)


I have a single Cloud Machine and multiple Java Applications that are usually serve by Tomcat 9.

How can I serve multiple Java applications in a simple Cloud Machine? (like I do with IIS and .Net)


Solution

  • Apache tomcat 9, have Alias where you can alias your applications with different host names.