Grid-excel.war deployment in Glassfish

When deploying the grid-excel.war file in Glassfish, this error is thrown:

Exception Occurred :Error occurred during deployment: Exception while deploying the app [grid-excel] : org.xml.sax.SAXParseException; lineNumber: 31; columnNumber: 11; Deployment descriptor file WEB-INF/web.xml in archive [grid-excel]. The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,ejb-local-ref*)".

Looks like this is due to the web.xml file structure.

The grid-pdf.war file deploys fine.