We have an enviroment containing an app server and an external WCM server. We are experiencing a problem where if a user requests a page on the WCM server that requires login the user is redirected back to the APP server. Everything else works fine. Any ideas on the possible cause of this. Just thought someone must have run into this before.
WCM server logins redirecting back to APP server
The relative links where all
On August 25th, 2011 mkerr says:
The relative links where all working fine, only the login redirection was misbehaving.
The WCM site is running on both the app server and an external web server.
I managed to fix it by reversing the order of the entries I had in the "URL(s) pointing to the IIS website root" field.
Thanks for your help though.
I've been having this issue
On September 12th, 2011 Hyperlance says:
I've been having this issue myself. We have the web and app server seperate, but I only have the one value in "URL(s) pointing to the IIS website root". Should I be placing a second one in there, if so what?
Atm all I have is http://www.reiq.com.au
Check the website URL
My first guess would be that the URL setup for your WCM site is pointing to your app server. This would result in all relative links on your site pointing back to the app server instead of the WCM server.
To set up the site so the links will work on any WCM server or App server in the server environment I normally set the website URL to "http://localhost/asi.webroot/" (under Manage websites -> URL(s) pointing to the IIS website root).
That should do the trick, but if not, let me know.