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]
# 1

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

Saisha at 2007-7-16 1:50:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Can I use the downloaded struts-1.2.7-src . Hoe to config my computrt to do it.
vivekkska at 2007-7-16 1:50:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
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
Saisha at 2007-7-16 1:50:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
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,
ijkl555a at 2007-7-16 1:50:18 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...