Open pentaho dashboard as HTML page in another tab without login


Step-1
go to pentaho browse file and open .wcdf in new window and copy that URL.
then add the following parameter…
 http://localhost:8088/pentaho/api/repos/:home:tabish:test2.wcdf/generatedContent?userid=admin&password=password
it will work…
If it not work then change the following code in file C:\Users\yourname\biserver-ce\pentaho-solutions\system\applicationContext-spring-security.xml on line 22-23
1
2
/api/**=securityContextHolderAwareRequestFilterForWS,httpSessionPentahoSessionContextIntegrationFilter,httpSessionContextIntegrationFilter,requestParameterProcessingFilter,basicProcessingFilter,anonymousProcessingFilter,exceptionTranslationFilterForWS,filterInvocationInterceptorForWS
 /plugin/**=securityContextHolderAwareRequestFilterForWS,httpSessionPentahoSessionContextIntegrationFilter,httpSessionContextIntegrationFilter,requestParameterProcessingFilter,basicProcessingFilter,anonymousProcessingFilter,exceptionTranslationFilterForWS,filterInvocationInterceptorForWS

Comments

Popular Posts