I have a Hello World servlet in webapps/hello/WEB-INF/class/HelloServlet.class and I registered it as below in web.xml:
webapps/hello/WEB-INF/class/HelloServlet.class
web.xml
Try to keep HelloServlet class in some package(not in default package).