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

Why requested resource is not available here ?

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi experts ! I'm just writing my first struts 2 app from a tutorial and pasted exact available code but still not working...

Please find my silly mistake and correct me with explanation ... what's going wrong here ...

The code is ...
Web.xml


struts.xml


index.jsp


HelloWorldAction.java



And the error code is error status 404 ...
The requested resource (/struts2ActionDemo/hello) is not available.

Please help me out...
 
reply
    Bookmark Topic Watch Topic
  • New Topic