blob: 102b6939359a8c333290d8c1c47aa4155072c86c [file] [view]
This is the example project referred to in the
Apache Struts documentation, JasperReport tutorial.
* See: https://struts.apache.org/getting-started/jasper-reports-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:
```bash
mvn jetty:run
```
In a web browser go to: http://localhost:8080/jasperreports/myJasperTest.action