Virtual Hosting (Simple Query)
I am trying to configure Apache and Tomcat on a remote linux virtual machine where I do not have access to 'localhost' on 127.0.0.1
I have 4 domains running from 1 IP address, I have configured the virtual host's in Apache and now requests are sent to the correct folders/index pages.
Will I also need to set up virtual hosting in Tomcat, my impression was that it would be 1 or the other, and that once jk2 is configured Apache will send all jsp requests via Tomcat, whilst serving html itself.
In short, do I need to set up domain name information anywhere other than httpd.conf in Apache?
|