Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 57455 invoked by uid 500); 8 Aug 2003 14:52:19 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 57390 invoked from network); 8 Aug 2003 14:52:18 -0000 Received: from saturn.opentools.org (HELO www.princetongames.org) (66.250.40.202) by daedalus.apache.org with SMTP; 8 Aug 2003 14:52:18 -0000 Received: from localhost (ammulder@localhost) by www.princetongames.org (8.11.6/8.11.6) with ESMTP id h78GNFh06876 for ; Fri, 8 Aug 2003 12:23:15 -0400 X-Authentication-Warning: www.princetongames.org: ammulder owned process doing -bs Date: Fri, 8 Aug 2003 12:23:15 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@www.princetongames.org To: "'geronimo-dev@incubator.apache.org'" Subject: Re: [JNDI] "Virtual Hosting" In-Reply-To: <73C10A8E30ECD311ADAA00508B6693F008B7DBCC@cfukexch04.ws.london.cantor.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 8 Aug 2003, Kington, Max wrote: > This could be a function of the security provilages, in terms of visibility. > E.g. with a particular group of user logins to the directory, they are > associated > with a different underlying directory stores. True, but it also impinges on configuration and deployment. Several servers assume that resources such as JDBC/JMS/JavaMail are "server" resources not "application" resources. In other words, if 5 apps need 8 DB pools, then all 8 pools are visible to all 5 apps. We would need to agree in principle to at least allow, if not require, resources to be associated with specific applications. Aaron