https://bz.apache.org/bugzilla/show_bug.cgi?id=63266
--- Comment #2 from Mark Thomas <ma...@apache.org> --- For completeness, you need to set xmlNamespaceAware="true" for validation to work. Validation won't flag this as an error as, starting with Servlet 3.0 the servlet-class / jsp-file that was required in prior versions becomes optional. This is because the information may be provided via an annotation. If it is not provided via any means then a ServletException will be thrown on first access and the Servlet marked as unavailable. Generally, the failure to start a Servlet doesn't prevent a web application from starting. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org