download struts
I want to try struts.From where can I download struts and how to install it on my computer.My server is j2sdkee1.2.1I have download one from http://struts.apache.org/download.cginamed struts-1.2.7-src . But i dont know how to run it. Please help me.
[284 byte] By [
vivekkska] at [2007-10-2 5:39:57]

Don't download the source distribution (indicated by 'src' in the name). Download the binary distribution instead. It should be smaller than a given source download entry.
Also, you do not 'run' Struts. Struts is part of a J2EE web application that runs in a container, such as Tomcat or WebLogic.The web.xml file of your web application will enable Struts as indicated in their 'Quick Start' guide on Apache's site.
- Saish
Yes, you can. However, you will need to compile and build the source (most likely via Ant). Here is a link to the binary download. http://struts.apache.org/download.cgi- Saish
Are there any detailed steps and how to configure struts with tomcat.I have tomcat downloaded and configured to run normal web apps.I also downloaded struts binary.What else should I have in my machine to configure and what are the steps to configure?Thanks,