Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 44332 invoked from network); 7 Aug 2006 03:01:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Aug 2006 03:01:31 -0000 Received: (qmail 67144 invoked by uid 500); 7 Aug 2006 03:01:18 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 67117 invoked by uid 500); 7 Aug 2006 03:01:18 -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 67106 invoked by uid 99); 7 Aug 2006 03:01:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 20:01:18 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ampyx.li@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Aug 2006 20:01:18 -0700 Received: by nf-out-0910.google.com with SMTP id a4so190059nfc for ; Sun, 06 Aug 2006 20:00:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Ku5bhnFg6l69kraJpGTeDw5lhO5dfsaTjNBb8FQ8x1E4wQsKm7Q1ZfCTUjysNt2uM15aVkpEWSlR2FoK4VqN/alIG7A7cGtDl4zQRfHR07njlHweWPQzzxh3dyNu5SRifap9X+n6MTXpWbFwKv2zTBpYe2jw51aAzF07yLoviK8= Received: by 10.78.164.13 with SMTP id m13mr2244200hue; Sun, 06 Aug 2006 20:00:56 -0700 (PDT) Received: by 10.78.39.5 with HTTP; Sun, 6 Aug 2006 20:00:56 -0700 (PDT) Message-ID: Date: Mon, 7 Aug 2006 11:00:56 +0800 From: Li To: "Tomcat Users List" Subject: Two Virtual Hosts MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am having one webapp running on tomcat 5.5. There is a JDBCRealm configured for form authentication for the webapp. Now I have to deploy another webapp onto Tomcat but the db table used for auth is different from the deployed one. Is there a possible way of making two different JDBCRealm for different deployed webapp? Or, if the above solution would be impossible, is there any solution that I can implement 2 different form auth within same tomcat? Regards --------------------------------------------------------------------- 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