Posts by AndreSantana • 11 points
1 post
-
1
votes0
answers54
viewsQ: Servlet mapping via annotation @Webservlet is not working
I’m a beginner in Javaweb development. I’m using Java version 11 and Tomcat version 9.0. When using the annotation @WebServlet(urlPatterns) in the classes OiMundoServlet.java and…