Going to the Reports after logging in

Hi,

is there a way to configure Jasper Server that a user will see the Reports immideately after he has logged in rather then seeing the Repository first?

Thanks Clem
knobboll's picture
111
Joined: Feb 18 2008 - 7:53am
Last seen: 15 years 7 months ago

3 Answers:

Hello,

in applicationContext-security.xml, there is a bean called authenticationProcessingFilter, which handles the login page. It has a property called "defaultTargetUrl", whose value you can change to the URL for showing reports.

Sam
sbirney's picture
155
Joined: Jul 7 2006 - 2:43am
Last seen: 17 years 2 months ago
Thanks for you help.

Clem
knobboll's picture
111
Joined: Feb 18 2008 - 7:53am
Last seen: 15 years 7 months ago
Hello Sam,

I tried you suggestion and changed the entry to:

flow.html?_flowId=listReportsFlow&curlnk=2
and
flow.html?_flowId=listReportsFlow

but both didn't work. Jasper Server wouldn't start with error message:
The requested resource (/jasperserver/) is not available.

Do you know what I am doing wrong?

Thanks,

Clemens
knobboll's picture
111
Joined: Feb 18 2008 - 7:53am
Last seen: 15 years 7 months ago
Feedback