How to direct JasperServer to automatically open specific folder in repository after Login?

Hi. I have Commercial Version of JasperServer 5.6.0. I want every user to be directed to their specific folder in repository after login. I'm not sure whether it is possible or not. I have tried making changes in repository.search.components.js. But its not working.

jigar.patel's picture
Joined: Jan 30 2015 - 12:21am
Last seen: 2 years 10 months ago

2 Answers:

hange the home page and add code to redirect users to their own page. Read the JasperReports Server Utlmate Guide.

http://community.jaspersoft.com/documentation/tibco-jasperreports-server...

hozawa's picture
191055
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Thanks Mr. Hozawa. I didn't understand what you mean by changing the home page. I updated below line in jasperserver-servlet.xml and it worked. 

<value>ROLE_ADMINISTRATOR|redirect:/flow.html?_flowId=viewReportFlow&amp;standAlone=true&amp;_flowId=viewReportFlow&amp;ParentFolderUri=%2Freports&amp;reportUnit=%2Freports%2FTest_Report</value>

I copied that link of report from address bar of the browser. But now I want to open specific folder in repository after login. And the problem is I don't have the link for specific folder. Because whenever we navigate in repository, address bar shows the same address: /flow.html?_flowId=searchFlow, which is not the actual link to specific folder. Do you have any idea?

jigar.patel's picture
Joined: Jan 30 2015 - 12:21am
Last seen: 2 years 10 months ago
Feedback
randomness