Users List
Subject: Re: Version 6.0.18 of Tomcat -- Web.xml file and file/directory
structure
Strip your web.xml file down to this:
http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.co
Strip your web.xml file down to this:
http://java.sun.com/xml/ns/javaee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";
version="2.5">
Servlet and JSP Examples.
Martin Gainty wrote:
> Good Evening John-
>
> in /WEB-INF/web.xml make sure your listener is configured in e.g.
>
> listeners.SessionListener
>
No. Completely wrong.
The whole point is that Tomcat *can't* find a listener that is already
configured in web.xml.
>> Attached is my
> From: John Byrne [mailto:[EMAIL PROTECTED]
> Subject: RE: Version 6.0.18 of Tomcat -- Web.xml file and
> file/directory structure
>
> Attached is my web.xml file.
Your web.xml file is completely wrong for your test application. All of those
extra filters, listeners, and servle
relates to the official business
of Sender. This transmission is of a confidential nature and Sender does not
endorse distribution to any party other than intended recipient. Sender does
not necessarily endorse content contained within this transmission.
> Subject: RE: Version 6.0.18 of Tom