Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 35568 invoked by uid 500); 1 Oct 2001 15:56:35 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Delivered-To: moderator for tomcat-dev@jakarta.apache.org Received: (qmail 53869 invoked from network); 1 Oct 2001 05:59:45 -0000 Message-ID: <3BB8045A.10001@58k.com> Date: Mon, 01 Oct 2001 01:51:22 -0400 From: Thomas Riemer User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.1) Gecko/20010607 Netscape6/6.1b1 X-Accept-Language: en-us MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org Subject: Feedback 3.3 RC1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm trying to do the upgrade to Tomcat 3.3 rc1. 1. I am trying to get the "interceptors.xml" stuff to work for an authentication module that I wrote. The module was working under the previous version (Tomcat 3.3 m4) - and through lots of messy class path invocation I had it working. The interceptors code looks and appears much cleaner, and my log indicates that indeed it is reading the right file.... It would help immensely to have someone check in and e-mail me an example interceptors.xml. 2. I am having classpath issues. Unless I am misunderstanding the documentation, I should be able to put a jar file into $TOMCAT_HOME/lib/apps - and have it accessible from the application contetxt. As far as I can tell jar files in lib/apps are entirely ignored. When I add the jar files to lib/common it seems like things work. Has anyone else noticed this behavior? -Tom