[
https://issues.apache.org/jira/browse/ATLAS-4183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarath Subramanian updated ATLAS-4183:
--------------------------------------
Affects Version/s: 3.0.0
2.1.0
> 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
> Affects Versions: 2.1.0, 3.0.0
> Reporter: Deep Singh
> Assignee: Deep Singh
> Priority: Major
>
> 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)