I am new to struts and want to learn it .So i downloaded the Struts1 (struts1.3.10.zip) now i want to use it and build a small application using it.But dont know how .
Can any body guide me through this.I have already configured tomcat in my system now i want to configure struts.
SCJP 1.5, SCWCD 1.5
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
Struts comes with several example web apps that are ready for deployment; look in the "apps" folder of the distribution. Particularly struts-examples.war and struts-cookbook.war serve as example apps, while struts-blank.war can be used as the basis for your own apps.
Ulf Dittmer wrote:Struts comes with several example web apps that are ready for deployment; look in the "apps" folder of the distribution. Particularly struts-examples.war and struts-cookbook.war serve as example apps, while struts-blank.war can be used as the basis for your own apps.
Thanks
But i want to make my own small application , i already have tomcat but dont know how to integrate tomcat with the struts appl which i downloaded .