Error 404 Servlet

Asked

Viewed 191 times

1

I have an error that is the following whenever I access the URL that my Servlet had to answer it presents me error 404, I am trying to access the Servlet by this url: localhost:8080/project/oa

Here is the source code of the Servlet: http://pastebin.com/qhPu2L7V
Here is the web.xml source code.: http://pastebin.com/Pm0PmHsX
This is the context of the project.

Esse é o contexto do projeto.

  • What is the question?

  • Why doesn’t it work.

  • 1

    Providing code is always better than images, except when we are talking about graphic rendering, where it is preferable to send image and code (if any). But the case is not graphic, so if you can provide the code and details of how you set it up you will help others to help you. Read to understand how the community works: http://answall.com/help/mcve

  • You are starting the web server by eclipse?

  • Yes I’m inciting the server by eclipse.

  • Guys I already posted the source code by Pastebin.

  • possible duplicate of Error 404 with Java Servlet

  • If possible, put the log deploy the server you are using. It may be that the deploy is not working properly.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.