• 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

not able to run hello world using struts

 
Ranch Hand
Posts: 88
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello experts,
web.xml
------------

struts-config.xml
---------------------


strutcture
----------

while running its giving 404.
HTTP Status 404 - /Struts_Hello/

server startup not showing any exception.What i am doing wrong here??
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please use code tags. They preserve your code formatting and make it easier to read.
If you don't have good reason to (i.e. you are maintaining an existing application), don't bother with Struts 1. It's dead.
What is the "structure" you posted? Is this the application as it appears in your IDE or the contents of the WAR file? I see a "welcome.jsp" in your struts-config, but not in your structure. I don't see any Struts JAR or its dependencies. Are you referring to a tutorial?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic