Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 52154 invoked from network); 2 Sep 2010 20:43:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 20:43:24 -0000 Received: (qmail 57448 invoked by uid 500); 2 Sep 2010 20:43:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 57357 invoked by uid 500); 2 Sep 2010 20:43:20 -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 57348 invoked by uid 99); 2 Sep 2010 20:43:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 20:43:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jordan@viviotech.net designates 208.77.208.30 as permitted sender) Received: from [208.77.208.30] (HELO mail1.viviotech.net) (208.77.208.30) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 20:43:11 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail1.viviotech.net (Postfix) with ESMTP id 0F8BA1A60019 for ; Thu, 2 Sep 2010 13:42:49 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail1.viviotech.net Received: from mail1.viviotech.net ([127.0.0.1]) by localhost (mail1.viviotech.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xKuxCF1ouFcV for ; Thu, 2 Sep 2010 13:42:48 -0700 (PDT) Received: from [192.168.254.236] (lan.viviotech.net [208.77.208.186]) by mail1.viviotech.net (Postfix) with ESMTPSA id 8354E1A60018 for ; Thu, 2 Sep 2010 13:42:48 -0700 (PDT) Message-ID: <4C800C4C.2090203@viviotech.net> Date: Thu, 02 Sep 2010 13:42:52 -0700 From: Jordan Michaels User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Re: Host Manager. References: <99C8B2929B39C24493377AC7A121E21F99C1599E4A@USEA-EXCH8.na.uis.unisys.com> In-Reply-To: <99C8B2929B39C24493377AC7A121E21F99C1599E4A@USEA-EXCH8.na.uis.unisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'd be interested as well. I've actually been meaning to get to this myself and submit a patch to make the changes persist, but my schedule has been too hectic for any extra-curricular work recently. If you don't (and I'm hoping you will)... I will get to it eventually. ;) -Jordan On 09/02/2010 01:06 PM, Caldarale, Charles R wrote: >> From: Wesley Acheson [mailto:wesley.acheson@gmail.com] >> Subject: Host Manager. > >> Is there is no documentation for the host-manager? > > Very little that I've found. You can learn a bit about it by looking at its WEB-INF/web.xml file. > >> If I remember correctly from this list it doesn't persist >> its settings is that correct? > > Correct. > >> How many people would be interested in it persisting its >> settings, by editing the appropriate files. > > I would be interested. Note that there's only one file to edit: conf/server.xml. > >> Is that in theory possible? > > It's all software... > >> to add the folder structure and the appropiate >> context.xml files. > > That's not necessary - the conf/Catalina/[host]/... files are already created automatically as webapps are deployed under the new. Only conf/server.xml needs to be updated. > >> Would it interfere too badly with tomcat while >> it was running? > > No, Tomcat only reads server.xml during startup. Whatever update mechanism is used must insure that the file is never in an unparsable state (e.g., don't update in place, instead create a new file and then rename it). > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org