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?