Mirror of Apache Struts

Clone this repo:
  1. f9cd774 Merge pull request #237 from apache/dependabot/maven/net.sf.jasperreports-jasperreports-6.20.5 by github-actions[bot] · 3 weeks ago master
  2. 31a3a50 Bump jasperreports from 6.20.4 to 6.20.5 by dependabot[bot] · 3 weeks ago
  3. 738752e Merge pull request #236 from apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.1.0 by github-actions[bot] · 4 weeks ago
  4. 192cc44 Merge pull request #235 from apache/dependabot/maven/net.sf.jasperreports-jasperreports-6.20.4 by github-actions[bot] · 4 weeks ago
  5. b9885b5 Bump maven-failsafe-plugin from 3.0.0 to 3.1.0 by dependabot[bot] · 4 weeks ago

Struts Examples

Build Status @ ASF Build Status @ GH Actions License

This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.

To build all the example applications run the Maven command:

mvn -e clean package

In the project's root folder, Maven will build each module and create a .war file in the target sub-folder of each module.

You can then copy the .war files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc).

There is a README file in each module with instructions and the URL to view that application.