Thursday, December 22, 2016

Multiple tabs/browser for same user in Yellowfin BI

Multiple tabs/browser for same user in Yellowfin BI

By default Yellowfin BI able to open single browser only for same user, to open the multiple browser for same user, We need to disable the “Cookies” (Cookies=false) but this will work to open multiple browser only you can’t do multiple activities on single user login.

Go to Yellowfin Application Server: /appserver/conf/Catalina/localhost/ROOT.xml

Change cookies to false

<?xml version="1.0" encoding="UTF-8"?>
<Context docBase="D:\MBA\Yellowfin/yellowfin.war" path=""
   privileged="false" reloadable="false" swallowOutput="false" useNaming="true"
   xmlValidation="false" xmlNamespaceAware="false" xmlBlockExternal="false" cookies="false">
  <Manager className="org.apache.catalina.session.PersistentManager" distributable="false" saveOnRestart="false">
    <Store className="org.apache.catalina.session.FileStore" />
  </Manager>
</Context>


Note: Take backup prior to this activity

No comments:

Post a Comment