• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

installing struts?

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how do we install struts from the http://jakarta.apache.org.
pls respond,
Cordially urs,
Lalitha.S
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tip:
Just unpack the file Struts-Blank.war in your work directory.
 
lalitha sundaresan
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic