Logout Results In Default Page, not customized
27 June, 2013
the way around this is to set the following element in YellowfinappserverwebappsROOTWEB-INFweb.xml :
[code]
your_login_page.jsp
[/code]
Make sure your custom login page is residing in the ROOT folder.
And you will also have to change the following line in your custom login page:
[code]
<input type="hidden" name="" value="/ your_login_page.jsp " />
[/code]
I hope that's what you're after, if that doesn't solve the problem then please let us know.
Regards,
Dave