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

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am very new to struts and i am trying to configure it .i don't know the exact procedure.

I have googled and i got some info and i tried those things but i am not getting it exactly.

can you please any one of them help me in this issue.

By giving proper guidance and exactly where and all i have make changes for the configuration tel me

feel free to contact me to ganeshsuyam@gmail.com

please looking for your reply at the earliest.
 
Ranch Hand
Posts: 2908
1
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Welcome to JavaRanch

To start with and configure all the resource that Struts used, just unzipped the "struts-blank-1.3.9.war" file that's comes with Struts 1.3.9 full distro (This file actually resided in struts-1.3.9-apps dir OR you can download it separately from Struts site). Deploy and run, once it successfully run , you can can play around with by adding some action class, adding JSP files and modifying struts-config.xml..

and

ganesh suyam wrote:
feel free to contact me to ganeshsuyam@gmail.com


http://faq.javaranch.com/java/UseTheForumNotEmail
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This example clearly explains the step by step procedure you need to follow to run your first struts program.
Example
 
On top of spaghetti all covered in cheese, there was this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic