Currently I run single tomcat with single WAR application on port 80. The domain name www.foo.org is pointed to this server ip.
What is the procedure of ad
In its default configuration, Tomcat accepts requests for any hostname and sends them all to the "localhost"
If you want to have a different set of webapps for each hostname, then you'll have to define a second
You can read the documentation for