• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Struts tomcat ant configuration problem help

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

I am a new comer to struts technology.. I had used Appache Tomcat litte for jsp appication..Now i would like to learn the struts technology.I request your help to configer the server properly in my system. I had installed tomcat5 in my machine and its running properly... I would like to use ant as a bulding tool.. could you please help me to write my first program using struts.. If so please replay me back..

With Regards,

Biny
[email protected]
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There really is not much to do with Tomcat integration. One starting point might be to download struts2-blank-2.x.war and deploy it in Tomcat. As far as ant integration, I would need to know a bit more. Are you planning on using ant for deploying or building/deploying? I used ant a bunch in the past, but I have not been using it as much lately.

Now, for the learning Struts, I would suggest reading up on the tutorials available online. Struts2 is a very easy to learn framework (I think), and I have a set of articles that I have written personally that might help. Check here -

http://www.wantii.com/wordpress/?cat=3

The articles are listed with the newest at the top, so you might want to start at the bottom article and work your way up.
 
reply
    Bookmark Topic Watch Topic
  • New Topic