Enterprise Resource Planning Blogs by Members
Gain new perspectives and knowledge about enterprise resource planning in blog posts from community members. Share your own comments and ERP insights today!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

To close the browser when user log off from BI Launch Pad in BI 4 environment:

1) Create browserclose html page with the below code and save it as browserclose.html

<script>
this.focus();

parent.opener = this;

parent.close();

</script>

2) Copy the browserclose.html to the below locaiton:

X:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps\AdminTools

3) Update the url.exit= property in BI launch pad properties file under the below location :

X:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps\BOE\WEB-INF\config\custom

BIlaunchpad properties file update:

#The URL that a logout will redirect to if the logon was an external logon (i.e. via start.do). This is optional.

url.exit=/AdminTools/browserclose.htm

4) Stop the tomcat server

5) Delete the cache from the below location and start the tomcat server

X:\Program Files (x86)\SAP BusinessObjects\Tomcat6\work\Catalina\localhost

2 Comments
Labels in this area