Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 32368 invoked from network); 3 May 2003 22:52:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 3 May 2003 22:52:46 -0000 Received: (qmail 19328 invoked by uid 97); 3 May 2003 22:54:54 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 19321 invoked from network); 3 May 2003 22:54:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 3 May 2003 22:54:54 -0000 Received: (qmail 31522 invoked by uid 500); 3 May 2003 22:52:39 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31511 invoked from network); 3 May 2003 22:52:39 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 3 May 2003 22:52:39 -0000 Received: (qmail 28289 invoked by uid 1059); 3 May 2003 22:52:38 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 3 May 2003 22:52:38 -0000 Date: Sat, 3 May 2003 15:52:38 -0700 (PDT) From: "Craig R. McClanahan" To: Tomcat Developers List Subject: Re: setWrapper and getWrapper in ContainerServlet In-Reply-To: Message-ID: <20030503154933.R27885@icarus.apache.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Sat, 3 May 2003, Rajiv Mordani wrote: > Date: Sat, 3 May 2003 14:28:27 -0700 (PDT) > From: Rajiv Mordani > Reply-To: Tomcat Developers List > To: tomcat-dev@jakarta.apache.org > Subject: setWrapper and getWrapper in ContainerServlet > > Do I have to do anything special to have the container invoke the > setWrapper in a ContainerServlet? I have implemented a ContainerServlet > and the set / getWrapper method but it doesn't seem to be getting invoked. > The webapp also has to have privileged="true" in its entry -- see how the manager and admin webapps are configured for an example. As a side effect, the parent class loader becomes the server class loader as well. > - Rajiv > -- > :wq > Craig --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org