Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 94781 invoked from network); 26 Oct 2006 07:00:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 07:00:38 -0000 Received: (qmail 58644 invoked by uid 500); 25 Oct 2006 14:31:04 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 58616 invoked by uid 500); 25 Oct 2006 14:31:04 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 58422 invoked by uid 99); 25 Oct 2006 14:31:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 07:31:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 07:30:48 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gcjm0-0001vK-GX for users@tomcat.apache.org; Wed, 25 Oct 2006 07:30:28 -0700 Message-ID: <6993166.post@talk.nabble.com> Date: Wed, 25 Oct 2006 07:30:28 -0700 (PDT) From: Ravi116 To: users@tomcat.apache.org Subject: RE: How to use catalina classloader In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ravi.varanasi@countrywide.com References: <6981231.post@talk.nabble.com> <6981350.post@talk.nabble.com> <6991112.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org The manager servlet implements CatalinaServlet (so gets initialized with setWrapper method). I have written a similar custom servlet, but it seems to be not calling setWrapper since it dosent load using the Catalina classloader. The documentation suggests to be put the classes in server/classes, but it makes automated builds harder. Besides tomcat manager dosent seem to have its classes in server/classes. Any help is appreciated. Ravi Caldarale, Charles R wrote: > >> From: Ravi116 [mailto:ravi.varanasi@countrywide.com] >> Subject: RE: How to use catalina classloader >> >> I am referencing the Tomcat manager used to deploy/undeploy >> web application (/admin/html). > > There is no /admin/html servlet, so I assume you mean /manager/html. > Since this webapp does not appear to need access to the classloader for > server/lib, why does your enhanced version need it? > > - 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 > > > -- View this message in context: http://www.nabble.com/How-to-use-catalina-classloader-tf2504023.html#a6993166 Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- 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