WW-5416 fix: restore default struts.action.extension in examples (#541) * WW-5416 docs: design for action.extension 404 fix Design doc for restoring the framework-default struts.action.extension in helloworld, text-provider, and sitemesh3 so documented .action URLs no longer return 404. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5416 docs: implementation plan for action.extension 404 fix Task-by-task plan to remove the struts.action.extension override in helloworld, text-provider, and sitemesh3. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5416 fix(helloworld): restore default struts.action.extension Removing the ',' override restores the framework default 'action,,' so the documented .action URLs return 200 instead of 404. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5416 fix(text-provider): restore default struts.action.extension Removing the ',' override restores the framework default 'action,,' so .action URLs no longer 404. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * WW-5416 fix(sitemesh3): restore default struts.action.extension Removing the empty-string override restores the framework default 'action,,' so .action URLs no longer 404. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
The examples are using the latest Struts version, if you are looking for older versions please take a look on the Releases page.