cancel
Showing results for 
Search instead for 
Did you mean: 

InfoView logoff issue for SSO after applying SP4

Former Member
0 Kudos

After applying SP4 whenever I click on the logoff padlock, I am redirected to the default page, which automatically logs me in again.

Normaly I should land on "/businessobjects/enterprise115/desktoplaunch/InfoView/logon/logoff.do".

Any idea which xml/config file I have to adjust.

Thank you,

Alex

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This thread is way old - but in case someone else is searching for this issue I had exactly the same problem and resolved (as a workaround) by modifying the Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\WEB-INF\web.xml as below:

<!-- CN 29/09/2008 - logoff from SSO presents logon form-->

<context-param>

<param-name>url.exit</param-name>

<param-value>/businessobjects/enterprise115/desktoplaunch/InfoView/logon/logonForm.do</param-value>

</context-param>

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

That solved the problem.