RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-31 Thread John Byrne
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

Re: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread David Smith
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.

Re: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread Mark Thomas
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

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread Caldarale, Charles R
> 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

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread Martin Gainty
cat -- Web.xml file and file/directory > structure > Date: Thu, 30 Oct 2008 16:28:18 -0700 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > > > David, and everyone else, > > Here is the file layout: > C:\tomcat\apache-tomcat-6.0.18\webapps\Test\WEB-INF\web.xml