[jetty-user] Virtual hosts and ssl question.
"Tasso Angelidis" <[email protected]>
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
I found: http://docs.codehaus.org/display/JETTY/Virtual+hosts But I don't think this is exactly what I want... I have 1 machine with 2 separate I.Ps xxx.xxx.xxx.1 and xxx.xxx.xxx.2 and of course 2 domains xyz1.com and xyz2.com I have 1 app and want both domains 2 serve the same app. By default if I just browse to the 2 domains it works. The issue comes when I need to use ssl. Is it just a matter of importing a second certificate into the keystore of my SslConnector?