struts don't has to be installed. The archive contains the struts relevant jar files (how much depends on the version you download) and some example files. To use struts just put the struts jars into the application classpath and setup the configuration xml (struts-config.xml) correct. Then you can use struts in your application olli
Tiago Fernandez
Ranch Hand
Joined: May 16, 2003
Posts: 167
posted
0
Tip: Just unpack the file Struts-Blank.war in your work directory.
thanks for the tips. Pls let me know where we find the jar files. also pls let me know the exact steps for including it in applciation calslpath etc. Many thanks in advance, Cordially urs, Lalitha.S
Tiago Fernandez
Ranch Hand
Joined: May 16, 2003
Posts: 167
posted
0
Hi! The struts-blank.war is located in \webapps directory from the Jakarta Struts 1.1 download file. Ex: c:\jakarta-struts-1.1\webapps\struts-blank.war Just unpack it under your new struts-based application, so you don't have to configure anything. See ya!