Mirror of Apache Struts

Clone this repo:
  1. 0c5bc9d Merge pull request #406 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.17.5 by Lukasz Lenart · 7 weeks ago main
  2. a19e365 Merge pull request #404 from apache/dependabot/maven/org.eclipse.jetty.ee8-jetty-ee8-maven-plugin-12.0.16 by Lukasz Lenart · 7 weeks ago
  3. b01bbd2 Bump org.eclipse.jetty.ee8:jetty-ee8-maven-plugin from 12.0.8 to 12.0.16 by dependabot[bot] · 7 weeks ago
  4. 503d5f6 Bump io.quarkus:quarkus-universe-bom from 3.13.0 to 3.17.5 by dependabot[bot] · 7 weeks ago
  5. 6889ad2 Merge pull request #389 from apache/feature/multiple-decorators by Lukasz Lenart · 7 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.