mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
572f3aaf69
- Add production deployment warnings to showcase and rest-showcase READMEs - Convert README.txt to README.md with proper Markdown formatting - Restrict ViewSourceAction config parameter to XML files within webapp path Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Struts 2 Apps
These module consists of two example applications, which were built using the Apache Struts project. One is an old-fashioned Web application and another is a modern REST based single page app.
Installation
Enter a given folder, either showcase/ or rest-showcase/ and start the app using Maven:
mvn jetty:run
then open your browser at http://localhost:8080 and navigate to a proper context.