2013/7/15 Chris Cheshire wrote:
>
> On Fri, Jul 12, 2013 at 9:38 AM, Christopher Schultz <
> [email protected]> wrote:
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA256
> I changed the web.xml declaration to
>
You need to add metadata-complete="true". See below:
<web-app version="3.0"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
metadata-complete="true">
Regards
Violeta