Jump to content

Embed JasperServer into J2EE application


amit.levi2

Recommended Posts

Hi,

I'm new to JasperReports Server. I'm trying to embed JasperServer to my application but with the following limitation:
I would like to remove the upper toolbar(logo, Home button, "view" menu, "manage" menu, "logged in user", "logout" link and search tool).
So that when a user clicks on a link that leads to the jasperServer -  i will implement a silent login, and the user will only see the list of reports (without the upper toolbar).
The user will be able to execute the reports as if he logged in to the server directlly.

Is that possible?

My environmentJasperReports CP - Product Version: 5.2.0 , Build: 20130708_1615

Many thanks!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

It's possible.

In order to remove the toolbar you should edit a new template and define it as default or throught the url expression.

Concerning the url you should use something like (this exemple links to the repository ) :

http://localhost:8080/jasperserver-pro/flow.html?_flowId=searchFlow&j_username=jasperadmin&j_password=jasperadmin&theme=jasper_dark

you can also pass parameters and/or a specific report.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...