servlets - HTTP 404 the requested resource can not be found -


i getting http 404 requested resource can not found.

i executing servlets comfortably while ago. compiled last servlet , compiled fine. added web.xml file , restarted webserver , ever since getting same error on applets ones running fine earlier. checked web.xml file errors seems ok.

i getting http 404 requested resource can not found.

this can have several causes:

  • url plain wrong. has match <url-pattern> of servlet in web.xml.
  • mapping in web.xml plain wrong. read server startup log details.
  • servlet construction/initialization failed. read server startup log details.
  • webapp startup failed completely. read server startup log details.

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -