What this tutorial will do is help you get started with a simple example of forwarding a request to a jsp.This is a practical tutorial so lets gets started .
1. Make sure you have an Application Server Installed on your system . For this demo I am using Tomcat 5.5.
2. Download Eclipse or any other IDE (This step is optional and would help in case you would like to follow the Video tutorial of Struts which would be posted in a few days. ). I am using Eclipse.
3. Sample Web.xml
4.Sample struts-config.xml
5. Sample Java Class (Action Class)
6. How to Configure your Server – Video
In case you have any other queries , please feel free to leave a comment and we would love to help you out .

