https://issues.apache.org/bugzilla/show_bug.cgi?id=56491
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> --- The "<!DOCTYPE" and "web-app_2_3.dtd" should not be in your web.xml. If I remove that Doctype declaration, it starts working. This is expected, as Servlet 2.3 applications have no support for Expression Language. Note also that in Servlet 2.3 there is no support for "version" attribute on "web-app" element. My advice for you is to enable validation for your deployment descriptors, e.g. by turning on the "STRICT_SERVLET_COMPLIANCE" mode. http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html#Specification -- 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