Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Delivered-To: moderator for tomcat-dev@jakarta.apache.org Received: (qmail 48293 invoked from network); 20 Jul 2000 08:27:44 -0000 Received: from obelix.meiko.co.uk (root@194.207.20.2) by locus.apache.org with SMTP; 20 Jul 2000 08:27:44 -0000 Received: from marcel-2 (overanxius.meiko.co.uk [194.207.22.59]) by obelix.meiko.co.uk (8.11.0.Beta3/8.11.0.Beta3) with SMTP id e6K8RYn03854 for ; Thu, 20 Jul 2000 09:27:36 +0100 (BST) Message-ID: <013201bff224$80371060$0b00a8c0@marcel-2.bris.appliancestudio.com> From: "Marcel Jansen" To: Subject: second contextmanager Date: Thu, 20 Jul 2000 09:28:33 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi I'm currently writing a bunch of code that will add the UPnP SSDP (Service Discovery) to a tomcat install. This is achieved by sending HTTP over unicast and multicast datagrams. All of it has been fitting in reasonably well, but a ServletWrapper is definately the wrong object to handle these requests. Also, I really only need one very simple RequestInterceptor for this. My default solution would be to add second contextmanager with sligthtly different "service(request, response) behaviour and only the one requestinterceptor. Is there a way of making the configuration files do this? Marcel