Deep Singh created ATLAS-4183:
---------------------------------
Summary: web.xml requires external dtd resource
Key: ATLAS-4183
URL: https://issues.apache.org/jira/browse/ATLAS-4183
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Deep Singh
Assignee: Deep Singh
We have Servlet 2.3 deployment descriptor (web.xml), which follows J2EE 1.3
DTDs schema.
Therefore it requires dtd resource hosted at
http://java.sun.com/dtd/web-app_2_3.dtd
In setups that are behind firewalls with limited access to external resources,
the Atlas server fails to come up without the external dtd resource.
This can be fixed by hosting dtd resource locally or upgrading the deployment
descriptor.
We can upgrade it to Servlet 2.5 deployment descriptor which is Java EE 5 XML
schema and it does not require external dtd resource for validation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)