You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2008/10/31 00:48:33 UTC

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

> From: John Byrne [mailto:jbyrne@snbw.org]
> 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 servlets which aren't present in the lib or classes directories will not allow your webapp to load.  The WEB-INF/web.xml must describe just what's in your webapp, nothing more.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org