Hello I am receiving this error. When I create a web.xml file in my project. It generates this error. Please help me out. As I am struct here for past few hours.
The statement written below is my error.
" Referenced file contains errors (http://ift.tt/1GYx1Uv). For more information, right click on the message in the Problems View and select "Show Details..." "
This is my web.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://ift.tt/ra1lAU" xmlns="http://ift.tt/nSRXKP" xsi:schemaLocation="http://ift.tt/nSRXKP http://ift.tt/1eWqHMP" id="WebApp_ID" version="3.0">
<display-name>deployment</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>
No comments:
Post a Comment