tree: 51dd20c7b60b8baa6c0d7dcdd92b43d59ed2dabc [path history] [tgz]
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
jasperreports/README.md

This is the example project referred to in the Struts 2 documentation, JasperReport tutorial.

To build the application‘s war file run mvn clean package from the project’s root folder.

The war file is created in the target sub-folder.

Copy the war file to your Servlet container (e.g. Tomcat, GlassFish) and then startup the Servlet container.

Or if you are using maven you can run command:

mvn jetty:run

In a web browser go to: http://localhost:8080/jasperreports/myJasperTest.action