Archive

Posts Tagged ‘Struts’

Easy installation of Struts

November 11th, 2006 admin No comments

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!

Categories: J2EE Tags: , , ,