Download Struts 2.3.15.1

In this tutorial I will explain you how you can Download Struts 2.3.15.1 from apache website and run the blank application. The Struts 2.3.15.1 is updated version of Struts 2 and come with many bug fixes and updates. Struts 2 is available for download from the Apache official website. You can visit the website and download the latest version of Struts 2.

Download Struts 2.3.15.1


Download Struts 2.3.15.1

In this tutorial I will explain you how you can Download Struts 2.3.15.1 from apache website and run the blank application.

The Struts 2.3.15.1 is the latest version of Struts 2 and here we are giving tutorials on the Struts 2.3.15.1. The Struts 2.3.15.1 is latest version of Struts 2 at the time of writing of this tutorial. Developers using Struts 2 in their project is advised to upgrade their project to use this version of Struts 2. The Struts 2.3.15.1 is updated version of Struts 2 and come with many bug fixes and updates. You can read Features and enhancements in Struts 2.3.15.1 page for getting more information about the updates in Struts 2.3.15.1.

Struts 2 is available for download from the Apache official website. You can visit the website and download the latest version of Struts 2.

Website URL for downloading Struts 2.3.15.1: http://struts.apache.org/download.cgi

Process of downloading the Struts 2.3.15.1 and running the blank application on Tomcat 7:

Step 1: Visit the apache Struts 2 download website at http://struts.apache.org/download.cgi and download the struts-2.3.15.1-all.zip file from there.

Step 2: Extract the content of the struts-2.3.15.1-all.zip file.

In the above screen shot you can see the application that comes with the Struts 2.3.15.1. Applications that codes with Struts 2.3.15.1 are:

  • struts2-blank.war
  • struts2-mailreader.war
  • struts2-portlet.war
  • struts2-rest-showcase.war
  • struts2-showcase.war

You run these examples by just copying the war file into webapps directory of Tomcat 7 or any other Servlet container.

Step 3: To run the Struts 2 blank application copy the struts2-blank.war file into Tomcat 7 webapps directory and restart your Tomcat server.

Type the url http://localhost:8080/struts2-blank/example/HelloWorld.action in your browser. A page will be displayed click on the "English" link to see the message in English. Here is the screen shot:

With the help of sample examples that comes with Struts 2.3.15.1 you can learn Struts 2. At Rose India website we have many tutorials on Struts 2.3.15.1. Read the Struts 2.3.15.1 tutorials and learn Struts 2 programming with ease.