• 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

struts question

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded and installed struts. But I did not get the struts taglib jar file with it. Does anyone know why and
how I can get that? There does not seem to be any obvious answers on google.

Thanks

Sonia
 
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Sonia,

Which version of struts you have downloaded ? just try to download struts blank war file... which is good starting point for building application using struts framework.

Thanks
Rahul
 
sonia pandit
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WHere can I download it from?
 
Rahul Nair
Ranch Hand
Posts: 138
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

just google it the word "Struts 1 or 2 Blank War".

OR You can download it from "struts.apache.org/download.cgi"

Thanks,
Rahul
 
sonia pandit
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to follow an example in a book. The example says to copy over struts.jar to the web-inf/lib directory
of tomcat where the example is installed. There is no struts.jar included with the download of struts.
Not sure which file they are referring to.

Thanks,

Sonia
 
Ranch Hand
Posts: 93
Python Redhat Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not sure which version of struts you are using.

If it is Struts 1, go to http://struts.apache.org/download.cgi#struts1310 or else if it is struts 2, the link is http://struts.apache.org/download.cgi#struts2181 (both are current latest).

Now download the blank-war(.war) file for Struts 2 or the struts-1.3.10-lib.zip file for struts 1 on the page. Extract it and find for the .jar files under the folder.

Copy them to the WEB-INF/lib folder of your project in webapps folder in Tomcat.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic