Bruno, I am hosting a few sites on Tomcat standalone and they all share on SSL certificate because they all use the same domain name (they are just forwards to different directories). But now I would like to put up a new site that is completely independant of the others. It needs its own SSL cert and it needs four host names to all point to the same place and redirect to just one of the domain names so that the SSL cert will be valid, regardless of how the users chose to get to my site.
Is it possible to do Virtual Hosting using IP's on a Tomcat standalone installation? Or will it only do the <host> entries that I am already using? It would solve all my problems if I could. Then, to get four addresses redirected to one, I would simply have to set my default domain name set in server.xml, enter no other <host> entries, and all the requests sent there would shift to the default domain. I am not sure if this scenario is achieveable. Tomcat may not even be set up for IP virtual hosting. One other thought--Is this more easily achieved by setting up a second instance of tomcat on my machine? Justin --- Bruno Georges <[EMAIL PROTECTED]> wrote: > Justin > > In this situation, I would use apache + modrewrite > If you want some example I can help you > > Bruno > Bruno Georges > > Glencore International AG > Tel. +41 41 709 3204 > Fax +41 41 709 3000 > > > ----- Original Message ----- > From: Justin Jaynes [EMAIL PROTECTED] > Sent: 02.08.2005 00:54 > To: Tomcat Users List > <[email protected]> > Subject: Re: Using more than one SSL cert in > keystore? > > In the (brief) interim between my asking the > original > question below, and now, I have found additional > information--SSL must occur before HTTP handshake, > and > will therefore not work on hosts based on the same > IP. > > I have more than one IP available from my ISP. I > suppose the question would better be this: > > How do I cofigure virtual hosting of more than one > SSL > enabled host over ONE interface using multiple IP > addresses? > > Sorry for the confusion. > > --- Justin Jaynes <[EMAIL PROTECTED]> wrote: > > > If I host more than one domain on my tomcat > > installation (standalone, not with apache), can I > > imort an SSL certificate for each domain and will > > tomcat just know which to use for which hosts? > > > > Justin Jaynes > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]> > > * > * LEGAL DISCLAIMER > * This message contains confidential information > for > * the exclusive use of the person mentioned above. > * > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
