[BOXI3.1] BO Logout Redirection

Hey guys,
I have been beating my head against this issue for sometime and haven’t seen anything similar on the almighty BOB Forum :). I’m hoping someone else has solved this problem and wouldn’t mind sharing…

We are running BOXI3.1 and would like to change the web page that users are redirected to after clicking on the logout button.

So far I can see that the logout button code is specified in headerPlus.jsp below. But if I change that URL to my desired URL, users are not logged off and I suspect Tomcat will not perform garbage collection…

Looking for any advice or direction on the topic.

Thanks,

Copper

=========================
function onBtnLogoffClick()
{
try {
parent.document.location.href = “…/logon/logoff.do”;
}
}


Copper (BOB member since 2005-11-10)

Hi,

Have you tried overriding the default “url.exit” context-parameter in web.xml? Afaik, this url will be redirected to after the logout-process is done.

Br,
Kjell


kjell (BOB member since 2007-07-30)

Worked like a charm! Sincerely, appreciate your help.


Copper (BOB member since 2005-11-10)

Hi Copper,

What did you do to redirect the to logout page. I am in the same boat buddy , need some help. Appreciate your help.


nukalapr (BOB member since 2004-10-29)

Hi Kjell,

Cool !!! Can you explain little about the same methods shared between the CMS logout and Infoview logout.

I have tried and found lot of things are common for processing.

Once again thanks for information. :smiley:

Thanks
Tabrej.


Tabrej (BOB member since 2008-08-19)