I tried to add this servlet
package com.classmgt.servlet; @WebServlet(\"/ControllerServlet\") public class ControllerServlet extends HttpServlet {}
Just remove the annotation @WebServlet("/ControllerServlet"), from the ControllerServlet, because it already added in the web.xml.
@WebServlet("/ControllerServlet")
ControllerServlet
web.xml