Pessoal após a criação das primeiras linhas dentro da classe e rodar conforme abaixo, eu recebo um erro HTTP Status 404 - Not Found. Alguém pode me ajudar?
@Override
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
PrintWriter writer = resp.getWriter();
writer.println("<html>");
writer.println("<body>");
writer.println("Resultado da busca: </br>");
writer.println("</body>");
writer.println("</html>");
}
HTTP Status 404 – Not Found Type Status Report
Message /gerenciador/busca
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.