Mirror of Apache Struts

Clone this repo:
  1. 72344ad Merge pull request #348 from apache/dependabot/maven/rest-angular/org.springframework-spring-web-6.1.6 by Lukasz Lenart · 6 days ago master
  2. 056ba68 Merge pull request #340 from apache/dependabot/maven/org.springframework-spring-web-6.1.6 by Lukasz Lenart · 6 days ago
  3. 06457d9 Bump org.springframework:spring-web from 6.1.4 to 6.1.6 in /rest-angular by dependabot[bot] · 6 days ago
  4. 4a01f6d Merge pull request #339 from apache/dependabot/maven/org.slf4j-slf4j-simple-2.0.13 by Lukasz Lenart · 6 days ago
  5. 3793d6d Merge pull request #347 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.10.0 by Lukasz Lenart · 6 days 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.