0 Replies Latest reply on Mar 19, 2006 6:26 PM by pringlpi

    ERROR [Digester] End event threw exception

    pringlpi

      Hi,

      Getting this error when trying to deploy my Hello World application. Alot of the sources indicate that this is a problem with the web.xml file. However checking the file contents, do not show any mistakes etc. Here is the copy of the web.xml file. Any ideas ?

      <?xml version="1.0" encoding="UTF-8"?>
      <web-app version="2.4"
      xmlns="http://java.sun.com/xml/ns/j2ee"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
      http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

      <display-name> Hello World </display-name>

      <display-name> Hello World </display-name>
      <servlet-name> hello </servlet-name>
      <jsp-file>hello.jsp</jsp-file>

      <welcome-file-list>
      <welcome-file>hello.jsp</welcome-file>
      </welcome-file-list>
      </web-app>