Multiple Sites
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Multiple Sites




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Multiple Sites  
Joerg


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-27-04 12:35 PM

Hi,

I'm getting confused. I want to host multiple CMS sites
on one server. Each site has its own unique domain name.

Now - traditionally I would use IIS host header mapping
to split the sites into separate Virtual Sites.

With MCMS 2002 there seems to be only ONE entry point
into my IIS ... the Default Web Site, say. I can use CMS
Host Header to URL (in the SCA) to specify that
www.mysite.com is the name of my site. My root channel is
also called www.mysite.com. That's all fine.

But now what happens when I add www.anothersite.com? Ok,
I can create another root channel and call it
www.anothersite.com. But how do I specify that it should
then map to a separate Virtual Site in IIS, if CMS has
only one entry point?

Confused
London





[ Post a follow-up to this message ]



    Re: Multiple Sites  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-27-04 03:35 PM

Hi Joeg,

traditionally you would use IIS host header mapping and with CMS you need to
use the "map channels to host header name" option that can be configured in
the SCA.
Check out the CMS doc and the following article for details:
http://support.microsoft.com/?id=326783

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Joerg" <joerg.diekmann@lta.org.uk> wrote in message
news:306401c3fd26$25ba3250$a001280a@phx.gbl...
> Hi,
>
> I'm getting confused. I want to host multiple CMS sites
> on one server. Each site has its own unique domain name.
>
> Now - traditionally I would use IIS host header mapping
> to split the sites into separate Virtual Sites.
>
> With MCMS 2002 there seems to be only ONE entry point
> into my IIS ... the Default Web Site, say. I can use CMS
> Host Header to URL (in the SCA) to specify that
> www.mysite.com is the name of my site. My root channel is
> also called www.mysite.com. That's all fine.
>
> But now what happens when I add www.anothersite.com? Ok,
> I can create another root channel and call it
> www.anothersite.com. But how do I specify that it should
> then map to a separate Virtual Site in IIS, if CMS has
> only one entry point?
>
> Confused
> London







[ Post a follow-up to this message ]



    Re: Multiple Sites  
Joerg


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-02-04 12:35 PM

Hi Stefan,

Ok - had a look at that document ... what I can glean
from that, is that it appears as if the actual aspx files
for both websites would reside in the same virtual site?

Is is possible to set up two sites (www.site1.com and
www.site2.com) to sit on the same server, but within
their own virtual sites?

I've tried to do this - by using IIS Host headers to
differentiate between the two sites. Also CMS is maps
channel names (www.site1.com and www.site2.com) to map to
host header names.

Yet, only www.site1.com (which is the default web site)
works. CMS doesn't seem to pick up an requests through
the ISAPI filter when I want to access www.site2.com.
It's as if www.site2.com doesn't know CMS exist.

So it seems as if CMS has only ONE entry point - the
default website  or whichever site you set it up on. So
the ISAPI filter only applies to one virtual site, as
opposed to the entire IIS server ...

Am I missing something?

Joerg

>-----Original Message-----
>Hi Joeg,
>
>traditionally you would use IIS host header mapping and
with CMS you need to
>use the "map channels to host header name" option that
can be configured in
>the SCA.
>Check out the CMS doc and the following article for
details:
>http://support.microsoft.com/?id=326783
>
>Cheers,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>
>"Joerg" <joerg.diekmann@lta.org.uk> wrote in message
>news:306401c3fd26$25ba3250$a001280a@phx.gbl... 
name. 
CMS 
is 
Ok, 
should 
>
>
>.
>





[ Post a follow-up to this message ]



    Re: Multiple Sites  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-02-04 01:36 PM

Hi Joerg,

I'm not sure why you would require this but yes you can combine IIS host
header mapping and CMS host header mapping.
You need to ensure that both web sites are configured as CMS entry points in
the SCA.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


"Joerg" <joerg.diekmann@lta.org.uk> wrote in message
news:54dd01c40050$35791d50$a501280a@phx.gbl...
> Hi Stefan,
>
> Ok - had a look at that document ... what I can glean
> from that, is that it appears as if the actual aspx files
> for both websites would reside in the same virtual site?
>
> Is is possible to set up two sites (www.site1.com and
> www.site2.com) to sit on the same server, but within
> their own virtual sites?
>
> I've tried to do this - by using IIS Host headers to
> differentiate between the two sites. Also CMS is maps
> channel names (www.site1.com and www.site2.com) to map to
> host header names.
>
> Yet, only www.site1.com (which is the default web site)
> works. CMS doesn't seem to pick up an requests through
> the ISAPI filter when I want to access www.site2.com.
> It's as if www.site2.com doesn't know CMS exist.
>
> So it seems as if CMS has only ONE entry point - the
> default website  or whichever site you set it up on. So
> the ISAPI filter only applies to one virtual site, as
> opposed to the entire IIS server ...
>
> Am I missing something?
>
> Joerg
> 
> with CMS you need to 
> can be configured in 
> details: 
> confers no rights. 
> name. 
> CMS 
> is 
> Ok, 
> should 







[ Post a follow-up to this message ]



    Re: Multiple Sites  
Joerg


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-02-04 02:35 PM

Hi Stefan,

Hmm ... still confused. In the document you pointed me
to, it tells you how to setup CMS, but doesn't say how to
set up IIS.

Your response now seems to indicate that setting up two
Virtual Sites using IIS Host Headers to distinguish
between the two is unusal.

What is the correct way to set it up in IIS?
Do I have the Default Web Site, and underneath it create
two Virtual DIRECTORIES ? What would the names be of thee
virtual directories? www.site1.com and www.site2.com? If
this is the case, then I still don't see how the CMS
ISAPI filter is supposed to understand this, as the url
would then by www.site.com/www.site1.com ... ??? (if
www.site1.com is in a virtual directory undeneath the
Default Web Site) ...

So, therefore, I can only see one way in setting it up.
And that is that each site is in its own Virtual SITE,
using IIS Host Headers to distinguish between them. Then
in CMS you use Map Host Header to Channel Names, and
define an entry point for each Virtual Site. No?

Anyway, I added an additional entry point in the SCA
(thanks for that) with IIS Host Headers set up, and two
Virtual SITES, and CMS Host header mapping on, and it is
working just fine. Thanks again for your help.


>-----Original Message-----
>Hi Joerg,
>
>I'm not sure why you would require this but yes you can
combine IIS host
>header mapping and CMS host header mapping.
>You need to ensure that both web sites are configured as
CMS entry points in
>the SCA.
>
>Cheers,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>
>"Joerg" <joerg.diekmann@lta.org.uk> wrote in message
>news:54dd01c40050$35791d50$a501280a@phx.gbl... 
files 
site? 
to 
and 
and 
sites 
mapping 
point 
channel 
has 
>
>
>.
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:34 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register