• 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

Error "HTTP Status 404 - Invalid path /products was requested"

 
Ranch Hand
Posts: 220
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam keep on getting the following error :-

HTTP Status 404 - Invalid path /products was requested

--------------------------------------------------------------------------------

type Status report

message Invalid path /products was requested

description The requested resource (Invalid path /products was requested) is not available.


--------------------------------------------------------------------------------

Whats the reason behind this ?
Error on ecplise console:-
Sep 17, 2009 3:36:48 PM org.apache.struts.action.RequestProcessor processMapping
SEVERE: Invalid path /products was requested

struts-config.xml:-


products.jsp:-


homepage.jsp:-


What i want , on the onLoad of products.jsp all the data from database should come when the page gets loaded.
Any suggestion where i went wrong ?
Thanks in advance
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No action named products is confiigured in your struts-config.xml file (there is one entry but it is commented)...
 
reply
    Bookmark Topic Watch Topic
  • New Topic