Easy installation of Struts
It seems like that Struts is a part of J2EE now, so I think it should be included in J2EE default package!! or maybe I should try JSF.
Download Struts from http://struts.apache.org
1. Extract downloaded file
2. COPY war files which are under “<Struts>/webapps dir” INTO “<Tomcat>/webapps dir”
3. COPY jar files which are under “<Struts>/lib dir” INTO “<J2SDK>/jre/lib/ext dir”
4. Tomcat restart, That’s it!