|
Home > Archive > Microsoft Content Management Server > May 2005 > Automatic Port switching
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Automatic Port switching
|
|
|
| Hi,
We are experiencing a bad problem in our production environment. We have a
website that's running on the default port (80). We had configured MCMS to
run on port 81 and SCA on 82. We have configured the load balancer with a
different URL (www.xxx.yy.com) for the 81 port (that uses MCMS channels).
MCMS works fine until you get into the Edit Console and once you select a
template to create a new page and you are on the page to add in some content,
I see that the javascripts or none of the Content rendering scripts are
loaded. Even the images that come abouve the place holders have 'X' in place.
When I checked the properties of this images, I get to see that the URL is
http://www.xxx.yy.com:81, rather than http://www.xxx.yy.com. Is this a known
issue on MCMS and does this have a fix or something to get thru it?
Thanks
| |
| Stefan [MSFT] 2005-05-25, 5:59 pm |
| Hi Nanda,
I assume your load balance does not allow content rewrite.
Then the hard coded URLs in the <base> tag of your template will cause this.
Either replace the load balancer with a product that allows content rewrite
or disable the base tag by adding the following line to every template:
RobotMetaTag1.RenderBaseHref = false;
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Nanda" <Nanda@discussions.microsoft.com> wrote in message
news:084DD2D1-38D1-435C-8C35-1160F6E0BA69@microsoft.com...
> Hi,
>
> We are experiencing a bad problem in our production environment. We have a
> website that's running on the default port (80). We had configured MCMS to
> run on port 81 and SCA on 82. We have configured the load balancer with a
> different URL (www.xxx.yy.com) for the 81 port (that uses MCMS channels).
>
> MCMS works fine until you get into the Edit Console and once you select a
> template to create a new page and you are on the page to add in some
> content,
> I see that the javascripts or none of the Content rendering scripts are
> loaded. Even the images that come abouve the place holders have 'X' in
> place.
> When I checked the properties of this images, I get to see that the URL is
> http://www.xxx.yy.com:81, rather than http://www.xxx.yy.com. Is this a
> known
> issue on MCMS and does this have a fix or something to get thru it?
>
> Thanks
|
|
|
|
|