Return-Path: X-Original-To: apmail-geronimo-user-archive@www.apache.org Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A56C9CEA for ; Tue, 28 Feb 2012 21:37:08 +0000 (UTC) Received: (qmail 46058 invoked by uid 500); 28 Feb 2012 21:37:08 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 46037 invoked by uid 500); 28 Feb 2012 21:37:08 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 46029 invoked by uid 99); 28 Feb 2012 21:37:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 21:37:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.174.123.75] (HELO samarium-v1.sys.ma.cait.org) (209.174.123.75) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 21:37:01 +0000 Received: from vanadium.cait.org ([209.174.123.67] helo=vanadium.sys.ma.cait.org) by samarium-v1.sys.ma.cait.org with esmtp (Exim 4.63) (envelope-from ) id 1S2Uiu-0004Ft-EY for user@geronimo.apache.org; Tue, 28 Feb 2012 15:36:40 -0600 Received: from localhost (localhost.localdomain [127.0.0.1]) by vanadium.sys.ma.cait.org (Postfix) with ESMTP id 6A93F8694002 for ; Tue, 28 Feb 2012 15:36:40 -0600 (CST) X-Virus-Scanned: amavisd-new at vanadium.sys.ma.cait.org Received: from vanadium.sys.ma.cait.org ([127.0.0.1]) by localhost (vanadium.sys.ma.cait.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y-EGXv9I35gO for ; Tue, 28 Feb 2012 15:36:40 -0600 (CST) Received: from russ-linux.cait.org (unknown [10.0.0.18]) by vanadium.sys.ma.cait.org (Postfix) with ESMTPSA id 4D9898694001 for ; Tue, 28 Feb 2012 15:36:40 -0600 (CST) Message-ID: <4F4D48E7.6010900@cait.org> Date: Tue, 28 Feb 2012 15:36:39 -0600 From: Russell E Glaue User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Can we deploy a Tomcat Virtual Host GBean with the deployer? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -1.9 (-) X-Virus-Checked: Checked by ClamAV on apache.org Following this document https://cwiki.apache.org/GMOxDOC30/configuring-virtual-host-in-tomcat.html (I realize this is still the 2.2 documentation that is not updated, but bare with me.) The document explains how to edit var/config/config.xml manually to define a Tomcat Virtual Host GBean. However, In Geronimo 3.0, is it possible to use the deployer to deploy a plan for a GBean that identifies a Tomcat Virtual Host? Let me get the answer started with a partial plan, below, which I might deploy as: `bin/deploy deploy tomcat-vhost.xml` The Geronimo deployer does not like the '=' characters in the section, nor the 'pattern' elemement in the sections in this plan. If it is possible to deploy a gbean with the deployer for a Tomcat Virtual Host, what do I need to change in the plan below to make that happen? - org.example.configs.virtualhosts virtualhost1 1.0 car org.apache.geronimo.configs tomcat7 car org.apache.catalina.core.StandardHost TomcatEngine -