Hi,
I have my external facing portal (anonymous) running in EP 6.0. Based on the anonymous user id (eg. guest, guest_abc, etc) it will redirect the users to the respective site. The site is configured and working properly.
The URLs for accessing each portal are something like the ones mentioned below
http://hostname:port/irj/portal/anonymous
http://hostname:port/irj/portal/anonymous?guest_user=guest_abc
http://hostname:port/irj/portal/anonymous?guest_user=guest_xyz
When we placed the Web Dispatcher (on the same box were portal is installed - DEV portal) and redirecting using the redirect parameter "icm/HTTP/redirect_XX"
Sample configuration from the Web Dispatcher profile file
-
icm/HTTP/redirect_0 = PREFIX=/myportal, TO=/irj/portal/anonymous
icm/HTTP/redirect_1 = PREFIX=/abc, TO=/irj/portal/anonymous?guest_user=guest_abc
icm/HTTP/redirect_2 = PREFIX=/xyz, TO=/irj/portal/anonymous?guest_user=guest_xyz
The redirection happens properly for all the mentioned options, but for "/abc" and "/xyz", it is opening the portal login screen is displayed in the content area (with anonymous portal header & footer), though it is anonymous portal.
The same works fine without the web dispatcher.
I appreciate any lights on this issue.
Thanks & Regards,
Santhosh.C