<uma...@comcast.net> wrote in message 
news:2139500381.6699651248905929000.javamail.r...@sz0016a.emeryville.ca.mail.comcast.net...
>All the vHosts are to be situated on the same server.
>The server may be addressed using any loopback address
>or any non-loopback addressed configured on the NICs of the
>server.
>
>Hence I have the mapping
>   127.0.0.9 -> vhost1
>   127.0.0.10 -> vhost 2
>
>Let's say that a request arrives at address 10.1.1.1 (configured
>as an external address of this server).
>
>Which vHost would serve this request?

With the default Connector configuration, whichever vHost matches the Host: 
header sent by the client.  If useIPVHosts=true in the Connector, whichever 
vHost matches the DNS name of the address of the IP address that the request 
was recieved on.



>/U


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org






---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to