Amyz:

Normally, one uses the root level default-page.psml as landing pages for default authenticated, guest, role, group, and user-specific cases:

default:

<psml root>/default-page.psml

guest:

<psml root>/_user/guest/default-page.psml

role:

<psml root>/_role/manager/default-page.psml

group:

<psml root>/_group/customer/default-page.psml

user:

<psml root>/_user/amyz/default-page.psml

As mentioned on your other threads, the effective profiling rules and constraints select which page to display.

Regarding that property, it is used when you need a programmatic redirect after a login has been invoked. It is a portal request parameter that indicates where the user is to be redirected and is normally needed when there is some complex landing page requirement that cannot be satisfied using the profiler alone as above.

Randy

On 12/20/2010 5:58 AM, anyz wrote:
While using J2 login portlet i need to redirect user to custom page after
successfull login. Where do i configure page to land after successfull
login. My understanding for both successfull and failed login the
LoginProxyServlet redirects to LoginRedirectorServlet that redirects user to
path defined in session by attribute "org.apache.jetspeed.login.destination".


Where can i configure this "org.apache.jetspeed.login.destination" in
configuration files?



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to