Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 10680 invoked from network); 2 Jul 2008 16:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jul 2008 16:14:05 -0000 Received: (qmail 34143 invoked by uid 500); 2 Jul 2008 16:13:56 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 33861 invoked by uid 500); 2 Jul 2008 16:13:55 -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 33850 invoked by uid 99); 2 Jul 2008 16:13:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 09:13:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hassan.schroeder@gmail.com designates 209.85.132.250 as permitted sender) Received: from [209.85.132.250] (HELO an-out-0708.google.com) (209.85.132.250) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2008 16:13:05 +0000 Received: by an-out-0708.google.com with SMTP id b36so77043ana.95 for ; Wed, 02 Jul 2008 09:13:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=y8sDgR3ajUOj9tw1R0Lo5i2OAdfuPzo0N3057TFIiw4=; b=nwW4M3PhUiAKoCsmVMoNc6BjgfdeNuTo+1eKq8foizVXPIk6XYWA2y2XvEQ1Sjeasf f2UAbKBE5CkmETVaIicVyR9x9g7Y2vyORha0WNyW5wBQwuQAd7U9PzRoto+n69tO2Zyn qoztBbib6kiIN3yhJnKQ9PKDDyiiNpq5PYrNY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=NAlzH77zXok+VLaK0aeyP++RZp9mtPh9BaAfOZPNtSpflhAfs4qwDpVJt6KJwHDj8L EdZcd8SRjY0G2NJ59VpB/F+2xMmrGl4CkRPivYjesj+m0gfPzN2VYVZgQBRLbEjppS58 kUl/kDG3X9Mn8cASf0OwPYRd5/T4eXJ3VodCo= Received: by 10.100.120.15 with SMTP id s15mr7440296anc.66.1215015206023; Wed, 02 Jul 2008 09:13:26 -0700 (PDT) Received: by 10.100.205.20 with HTTP; Wed, 2 Jul 2008 09:13:25 -0700 (PDT) Message-ID: <4eedb92a0807020913t599ff865hf292ee45529f176d@mail.gmail.com> Date: Wed, 2 Jul 2008 09:13:25 -0700 From: "Hassan Schroeder" To: "Tomcat Users List" Subject: Re: Configuring DataSources using jsp: reload context.xml? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Jul 2, 2008 at 8:53 AM, Jonas Wagner wrote: > I'm trying to write a configuration frontend for a webapp. This > application uses several data sources, and it should be possible to > change the username/password/database/... using the configuration > frontend. > > My idea was that the configuration servlet would modify the > META-INF/context.xml file of my webapp, more precicely the > entries in this file. Are these data sources known in advance, or can the configuration tool user come up with an arbitrary new one at any time? -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.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