Thank you Jacopo!
Jacopo Cappellato (JIRA) wrote:
[
https://issues.apache.org/jira/browse/OFBIZ-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacopo Cappellato closed OFBIZ-2704.
------------------------------------
Resolution: Fixed
Thank you Vadiraj, it is fixed in re. 791436
webtools web.xml fails to validate against the DTD (web.xml spec v2.3)
----------------------------------------------------------------------
Key: OFBIZ-2704
URL: https://issues.apache.org/jira/browse/OFBIZ-2704
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Environment: Glassfish v2.1 Enterprise Server
Reporter: Vadiraj Deshpande
Assignee: Jacopo Cappellato
Fix For: SVN trunk
Attachments: web.xml
Original Estimate: 0.17h
Remaining Estimate: 0.17h
===This bug was discovered as part of deployment work of OFBiz on Glassfish
()===
Glassfish deployment fails because, web.xml of webtools webapp fails to validate against the specified web.xml DTD spec . v2.3.
The last <context-param> added at the end of the file is the problem.
According to the DTD, <context-param> should appear before <filter> tag(s).