blob: 4371fe15a05c36fcff12798c5e184d4fb00c8b45 [file] [log] [blame]
This is the example project referred to in the
Struts 2 documentation, Debugging Struts 2 tutorial.
See: http://struts.apache.org.
To build the application's war file run mvn clean package
from the project's root folder.
The war file is created in the target sub-folder.
Copy the war file to your Servlet container (e.g. Tomcat, GlassFish) and
then startup the Servlet container.
In a web browser go to: http://localhost:8080/debugging_struts/index.action.
You should see a web page with Welcome to Struts 2 and a link for the showing
the Struts 2 configuration.