ae me ajuda pls criei a classe:
public class Teste1 extends HttpServlet {
public void doGet(HttpServletRequest req, HttpServletResponse res)
throws ServletException, IOException {
PrintWriter fora = res.getWriter();
fora.println("Ola Mundo!");
}
}