Deployment descriptor

<?xml version="1.0" encoding="UTF-8"?> Servlet_JSP
<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>

// TÁ DANDO ERRO AQUI
ServletHelloWorld
/first

ServletHelloWorld br.com.jeebrasil.servlet.HelloWorldServlet 0

Pessoal, qual o problema desse deployment descriptor? O Eclipse tá dando um erro

nessa linha aí que eu marquei dizendo: The element type “web-app” must be terminated by the matching end-tag “”.

você não tá abrindo as tags pq ?

tipo

</servlet-class>br.com.jeebrasil.servlet.HelloWorldServlet</servlet-class> 

invez de

<servlet-class>br.com.jeebrasil.servlet.HelloWorldServlet</servlet-class> 

tem varias linhas assim …

Cara, valeu. Eu tava vacilando aqui e nem percebi. Valeu mesmo WillyKocher.