Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9BA966B1 for ; Tue, 19 Jul 2011 22:35:16 +0000 (UTC) Received: (qmail 54528 invoked by uid 500); 19 Jul 2011 22:35:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 54295 invoked by uid 500); 19 Jul 2011 22:35:12 -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 54285 invoked by uid 99); 19 Jul 2011 22:35:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 22:35:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rmannibucau@gmail.com designates 209.85.210.42 as permitted sender) Received: from [209.85.210.42] (HELO mail-pz0-f42.google.com) (209.85.210.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 22:35:06 +0000 Received: by pzk37 with SMTP id 37so5583063pzk.15 for ; Tue, 19 Jul 2011 15:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=htXeFIs0p7Puq/LzhO2sOtjPQyW299GeQC1619bh1K4=; b=HUDHggcdIni674VzjyFIEbBfTMPno6kgEvo9Y6VPtTvD5j/xzFfsuDb7uwRyege3ol BRl+re4pi8QPxPt0AaJltrL7Vo2ThAiqsIAJrIWsPmkdFUNY+i8FR0PRcWCDvSV+HPos uRn8tIEBiQW6Zsfl8xaZmXXFWzTo6dVrg76fU= Received: by 10.68.35.105 with SMTP id g9mr8866467pbj.479.1311114886142; Tue, 19 Jul 2011 15:34:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.66.2 with HTTP; Tue, 19 Jul 2011 15:34:26 -0700 (PDT) From: Romain Manni-Bucau Date: Wed, 20 Jul 2011 00:34:26 +0200 Message-ID: Subject: tomcat and comp jndi context To: users@tomcat.apache.org Content-Type: multipart/alternative; boundary=bcaec52162e70c5a6204a873b981 --bcaec52162e70c5a6204a873b981 Content-Type: text/plain; charset=ISO-8859-1 Hi, where can i get more information on the way tomcat manage its jndi tree? Pratically i need the get java:comp context but i don't know when/where to look up it. I didn't find it in ContextBindings.getClassLoader() in start or after_start lifecycle event. any link or doc is appreciated ;) - Romain --bcaec52162e70c5a6204a873b981--