https://issues.apache.org/bugzilla/show_bug.cgi?id=56491

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Konstantin Kolinko <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to