Struts 2.x : [A Framework from ASF] :: Struts2.x Setup
| Struts2.x Setup? |
You need to do following
- Install jdk
- Install Tomcat Server
- Install Eclipse
- Download Struts 2.x Jar Files
Install jdk
After download, execute exe file and follow steps to install jdk.
Install Tomcat Server
Click here to download Apache Tomcat Server
Click here to learn how to install Tomcat Server
Install Eclipse
Click here to download Eclipse
Extract zip file to any directory and run file eclipse.exe(for Windows OS) as below

You will get screen of Eclipse as below

Download Struts 2.x Jar Files
Click here to download Struts 2.x Jar Files
Download struts-2.3.15.3-lib.zip and when you unzip the downloaded file it will give you directory structure inside C:\struts-2.3.15.3\lib as follows

You can use jar file as per requirement for your project. you don’t need to put all jar files.
| Running Struts2.x Application Through Eclipse Juno? |
Select New Server Wizard from Server Tab as below

Select Your Tomcat Server

Browse Tomcat installed location and click Next

Add your project and Click Finish

Now click right to project and select Run As => Run on Server

Struts Application started with index.jsp page
Recent Comments