• 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 configarations

 
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all,
i am new to struts i want to know how to use struts in a application and is there any thing to install or just we can unzip and use.which files i need to set in environment variables and how to run a application in eclipse and i am using tomcat server how to configure struts in eclipse.

thanks in advance,
vardhan.
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
to implement struts applications with eclipse you have to use different plug ins .you are saying new to struts so write struts application on plain notepad to understand frame work.
follow below things
1 unzip struts folder
2 copy jar files from lib of struts folder to WEB-INF/lib of your application
set class path to struts.jar,then compile them
i thought you are familiar with web application architecture,Tomcat,Servlets ,jsp.
Regards
Venkat
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most of the questions you have asked are ansered in this forum's FAQ.
 
Reshma Reddy
Ranch Hand
Posts: 197
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi thanks for your postings,
i tried in editplus using tomcat server it is working fine, but i tried same application in eclipse i am getting exception

"WEB-INF/struts-bean.tld" not found error

i kept all tlds in tld folder including struts-bean.tld but i am getting this error can any one tell me what is the exact problem.

Thanks,
 
These are the worst of times and these are the best of times. And this is the best tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic