Questions tagged [jasperserver]

JasperReports Server (formerly known as JasperServer) is a stand-alone and embeddable reporting server. Make sure your question also have the jasper-reports tag and add this tag only if the question is specifically related to JasperReports server (configuration, interface development, deployment etc. of server)

JasperReports Server is a stand-alone and embeddable reporting server, enabling information delivery on a real-time or scheduled basis to the web, a printer, or to a variety of file formats.

Build a report in Jaspersoft Studio (or the older design tool iReport) and then deploy it to a JasperReports Server.

The report can then be executed, exported to a desired output, or scheduled to execute at a later date.

Some of the features provided by JasperReports Server:

  • Reports Management - Create, schedule, update reports through a web-interface
  • OLAP - jPivot base OLAP View. It supports Mondrian database.
  • Ad Hoc Reports - Generate your own report from OLAP Connection or Domains in run-time (available in commercial version only)
  • User and Role Management which grants access to resources based on roles
  • Multi-tenancy and Cloud Support
  • JasperETL - An ETL solution based on Talend

There are several editions of JasperReports Server - Community and several Commercial.

The features of Commercial Editions are:

  1. Ad hoc Reporting

    • Web-based, drag-and-drop report designer creates interactive reports for dashboards, email distribution, or within a web application
    • Metadata layer masks complex data descriptions with simplified business user-friendly names
    • Web-based reports provide rich, interactive reports with drill down, filtering, animated charting, and more
  2. Dashboards

    • Web-based, drag-and-drop dashboard designer
    • Single report and dashboard-level parameters drive user interaction
    • Free-form layout designer for customized dashboard design

Editions

Source code

Samples

References

Official Bug Tracker

1103 questions
18
votes
2 answers

Running report on JasperServer from C#

Jasper Reports is a superb open source alternative to Crystal Reports. It's great for single page PDF pages such as letters & invoices to multi-page reports. However it's not very .NET friendly, and getting C#/Mono to play nice with JasperServer has…
FlappySocks
  • 3,772
  • 3
  • 32
  • 33
13
votes
11 answers

tomcat not starting

suddenly for some reason tomcat server is not runnin/starting/stopping. below is the result I get when i run the startup command, C:\Program Files\jasperserver-3.5.0\apache-tomcat\bin>startup Using CATALINA_BASE: C:\Program…
tecman
  • 615
  • 4
  • 7
  • 13
12
votes
2 answers

"Embedding" JasperServer into external web app?

is there any way to integrate/embed JasperServer into another web app? The thing is that the login page of JasperServer should be somehow bypassed. Is it maybe possible to do authentication through web service / REST, skip login page, and then show…
Less
  • 3,047
  • 3
  • 35
  • 46
12
votes
6 answers

How do you know if Tomcat Server is installed on your PC

I am using Windows 7 OS. I just installed jaspersoft server which installed Apache Tomcat and mysql as a bundle along with it. I go to http://localhost:8080 and theres a message that says webpage is not available. I am a beginner, and I would…
CodeNinja
  • 3,188
  • 19
  • 69
  • 112
11
votes
2 answers

Get report from jasperserver using REST webservice and asp.net C#

You can use the jasperservers webservices (SOAP and REST is available) to get mange and run reports on from a web application. The SOAP wsdl is not compatible with asp.net c# (at least, I cannot get it to work), so I decided to use the REST…
torinfo
  • 241
  • 1
  • 2
  • 10
11
votes
1 answer

Linking subreports in iReport so they also work in Jasper server

Using iReport v4.0.1 with Jasperserver v4.1.0 I'm trying to find a syntax for linking subreports to the main report that lets me test it in iReport then deploy to the server through the repository browser. The default syntax for sub-reports in…
benz001
  • 2,158
  • 1
  • 21
  • 23
11
votes
5 answers

What is the best approach to use JasperReports?

Here we are talking about three main products: JasperReports: which is just a library to generate reports and fill it iReport: which is GUI tool to develop templates used by the above library JasperServer: which is full application with web…
Amr Faisal
  • 2,004
  • 6
  • 27
  • 36
11
votes
3 answers

Running jasperserver behind nginx: Potential CSRF attack

We are using nginx for https traffic offloading, proxying to a locally installed jasperserver (5.2) running on port 8080. internet ---(https/443)---> nginx ---(http/8080)---> tomcat/jasperserver When accessing the jasperserver directly on its port…
zefixlluja
  • 458
  • 5
  • 14
10
votes
3 answers

Passing in content when generating JasperServer report using the REST API

I'm working on a project that aims to replace our current PDF generator with JasperReports Server. The plan is to use the REST/HTTP API to reach a high level of abstraction between the systems. Optimally, we do not want to let JasperReports Server…
MaxH
  • 859
  • 10
  • 14
8
votes
1 answer

Communication between Jasper and a different application

I have Jasper Reports Server (installed on www.example.com) and a separate Java/JSP application (installed on www.example.net), and I am pursuing different options for generating reports. Option 1 (current working solution) My current working…
gordon613
  • 2,770
  • 12
  • 52
  • 81
7
votes
1 answer

Deploying subreports in JasperServer

I have created a frame and subreport for integration with APEX and refined to the point I am ready to deploy on JasperServer. Somehow the exact syntax is defeating me. I've tried all the variations the following questions would indicate, but…
user1073876
  • 71
  • 1
  • 3
7
votes
1 answer

Direct URLs to access reports - JasperServer

I've been working with JasperReports on JasperServer recently. After reading their documentation, they say that any report on the JasperServer repository can be accessed via a direct URL. With a couple of name value pairs in the URL (GET), such as…
curiousgeorge
  • 1,183
  • 4
  • 14
  • 22
7
votes
3 answers

Bold not working in Jaspersoft Studio for fonts other than sans serif

In Jaspersoft Studio I have created a report where I want to display title in bold. If I use sans serif font then it is working correctly. If I use other fonts, bold is displayed in the preview of Jaspersoft Studio, but is not showing when the…
Akhilesh
  • 1,243
  • 4
  • 16
  • 49
7
votes
2 answers

Custom Jar file on Jasper Server

I wrote some Java class, created jar file. I want to add it to JasperReports Server. When I determine the path to my jar file, using Tools -> Preferences -> Classpath menu in my iReport, it works correctly. But it doesn't work, when I take access to…
yura
  • 169
  • 4
  • 10
6
votes
2 answers

Scheduling a JasperServer Report via SOAP using Python

I was able to figure out how to run reports, download files, list folders, etc. on a JasperServer using Python with SOAPpy and xml.dom minidom. Here's an example execute report request, which works: repositoryURL =…
Mike Cialowicz
  • 9,892
  • 9
  • 47
  • 76
1
2 3
73 74