Hello;

I'm sorry but I don't understand your answer.

Thanks - dave


-----Original Message-----
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker
Sent: Sunday, September 11, 2005 7:48 PM
To: tomcat-user@jakarta.apache.org
Subject: Re: Final questions: Default pages


"David Thielen" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hi;
>
>
>
> I have multiple domains on my website (IIS). I would like to do the
> following.
>
>
>
> When a user goes to http://www.windward.net/cart.jsp or
> http://www.windwardreports.com/cart.jsp that it then loads the jsp page in
> the root of a specific webapp of mine.
>
>
>
> In other words, all requests for a .jsp (or .faces) page is mapped to the
> same servlet regardless of the domain. And that the servlet name is not
> needed as part of the url.
>
>
>
> How can I do this?
>

Simplest is to <Alias> one or the other to your real VHost.  With TC 5.5.10+

you can also use useIPVHosts="true" on the <Connector> to use whatever IIS 
sends for "SERVER_NAME" as the Host name for mapping (really don't know, and

care even less how this will work :).



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to