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.
What is the question?
– Renan Gomes
Why doesn’t it work.
– Leonardo Villela
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
– Guilherme Nascimento
You are starting the web server by eclipse?
– Savrige
Yes I’m inciting the server by eclipse.
– Leonardo Villela
Guys I already posted the source code by Pastebin.
– Leonardo Villela
possible duplicate of Error 404 with Java Servlet
– Victor Stafusa
If possible, put the
log
deploy the server you are using. It may be that the deploy is not working properly.– humungs