Skip to content

Files

Latest commit

99fdcc5 · Dec 19, 2024

History

History

using-tags

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 19, 2024
Jun 14, 2015
Oct 11, 2024
This is the example project referred to in the
Struts 2 documentation, Using Tags 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.

Or if you are using maven you can run command:
mvn jetty:run

In a web browser go to:  http://localhost:8080/using-tags/index.action.

You should see a web page with Welcome to Struts 2!