Re: IP-based virtual hosting with Tomcat(6)

2009-08-03 Thread Borut Hadžialić
Maybe this will be helpfull to you? http://www.openssl.org/docs/apps/x509v3_config.html#Subject_Alternative_Name_ I am not sure how well that extension is supported in browsers and other ssl clients, or can you get a CA to sign a certificate that contains these extensions. But, I wouldn't be surpr

RE: IP-based virtual hosting with Tomcat(6)

2009-08-03 Thread Jeffrey Janner
rom: uma...@comcast.net [mailto:uma...@comcast.net] Sent: Wednesday, July 29, 2009 5:13 PM To: Tomcat Users List Subject: Re: IP-based virtual hosting with Tomcat(6) Mark, If I wanted to use the same SSL certificate for all virtual hosts does it follow that Thanx, /U

Re: IP-based virtual hosting with Tomcat(6)

2009-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 7/29/2009 10:21 PM, Bill Barker wrote: > 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

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread Bill Barker
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. > >Hen

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread André Warnier
uma...@comcast.net wrote: 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 re

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread uma_rk
at address 10.1.1.1 (configured as an external address of this server). Which vHost would serve this request? /U - Original Message - From: André Warnier To: Tomcat Users List Sent: Wed, 29 Jul 2009 21:48:28 + (UTC) Subject: Re: IP-based virtual hosting with Tomcat(6) uma...@comcas

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread uma_rk
Thomas To: Tomcat Users List Sent: Wed, 29 Jul 2009 19:45:51 + (UTC) Subject: Re: IP-based virtual hosting with Tomcat(6) uma...@comcast.net wrote: > I am using Tomcat6.0.18 on RHEL5. > > I would like to set up IP-based virtual hosting using Tomcat alone ( as > opposed > to usi

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread André Warnier
uma...@comcast.net wrote: Thanks much for the clarification.In this case, how do I nominate the default virtual host? Is there something called default connector, such as that which may be needed if a request arrives into an unconfigured loopback address (say, 127.0.0.200)? Are you sure you don

RE: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread uma_rk
. Thanx again! /U - Original Message - From: Jeffrey Janner To: Tomcat Users List Sent: Wed, 29 Jul 2009 20:21:47 + (UTC) Subject: RE: IP-based virtual hosting with Tomcat(6) Well, Chris is almost correct here. But Connectors are nested as the Service level, not at the Engine level

RE: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread Jeffrey Janner
and you can even have http requests automatically re-routed to https. Jeff -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, July 29, 2009 2:58 PM To: Tomcat Users List Subject: Re: IP-based virtual hosting with Tomcat(6) You can bind

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uma, On 7/29/2009 3:41 PM, uma...@comcast.net wrote: > The documentation > (http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html) > as well as examples of it seem to illustrate the use of name-based virtual > hosting: > > >

Re: IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread Mark Thomas
uma...@comcast.net wrote: > I am using Tomcat6.0.18 on RHEL5. > > I would like to set up IP-based virtual hosting using Tomcat alone ( as > opposed > to using Apache front-end). > > The documentation > (http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html) > as well as examples of

IP-based virtual hosting with Tomcat(6)

2009-07-29 Thread uma_rk
I am using Tomcat6.0.18 on RHEL5. I would like to set up IP-based virtual hosting using Tomcat alone ( as opposed to using Apache front-end). The documentation (http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html) as well as examples of it seem to illustrate the use of name-based