Hi,

        I placed Listeners in my web.xml file 

        <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web
Application 2.2//EN"    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>

        <web-app>
          <!-- Application start/shut down listener -->
          <listener>
            <listener-class>
              MyPackage.My_ServletContextListener
            </listener-class>
          </listener>

        and when I compile I have the following error

        Exception initialising TldLocationsCache: XML parsing error on file
WEB-INF/web.xml: Element type
        "listener" must be declared.

        My web.xml points on the updated DTD web-app_2_2 I don't underrstand
why I have this error.

        Thanks for your help.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to