• 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

STATUS HTTP 404 ERROR REQUESTED RESOURCE NOT AVAILABLE

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I AM UNABLE TO RUN SERVLET DUE TO ABOVE ERROR.PLEASE HELP.
 
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 JR
And the error is there because the server can't find the resource(html/jsp/servlet/action) you requested, So what you have to do is, post the url and other mapping with the servlet (get the dd)
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Get a new keyboard please. Your caps is broken and it look like you're yelling like a child all the time, which is fairly unprofessional.
 
Rajiv Prasad Verma
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sagar Rohankar wrote:Welcome to JR
And the error is there because the server can't find the resource(html/jsp/servlet/action) you requested, So what you have to do is, post the url and other mapping with the servlet (get the dd)


The servlet/jdbc program in attachment is showing one single error and compiling .Please correct.
Thanks.
Rajiv
 
Sagar Rohankar
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

Rajiv Prasad Verma wrote:
The servlet/jdbc program in attachment is showing one single error and compiling .Please correct.


Where is the attachment ?
reply
    Bookmark Topic Watch Topic
  • New Topic