• 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

How to setup Struts+Tomcat+Eclipse

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

I am new here. I just finished the HFSJ book and want to test the BeerSelect example in that book. I need get the development environment setup.

I installed Eclipse3.3+Tmcat6.0, these two work fine. But I don't know to put Struts (1.3.8 or 2.0) in it. Can anyone help me out? Thanks in advance.
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Struts is implemented as a set of JAR files that you include into the webapps that use Struts (that is, you copy the JARs into each project's WEB-INF/lib directory). There's no common global "installable" item like the Eclipse and Tomcat programs.

We have a Struts forum where you can ask more questions about Struts.
 
reply
    Bookmark Topic Watch Topic
  • New Topic