Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5008796FA for ; Fri, 27 Jan 2012 22:35:31 +0000 (UTC) Received: (qmail 32604 invoked by uid 500); 27 Jan 2012 22:35:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32551 invoked by uid 500); 27 Jan 2012 22:35:26 -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 32541 invoked by uid 99); 27 Jan 2012 22:35:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2012 22:35:26 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sahmed1020@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2012 22:35:20 +0000 Received: by qabg40 with SMTP id g40so1192499qab.18 for ; Fri, 27 Jan 2012 14:34:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=puVmMKuqQuG0saafWX10bHiPCNLg5EvLXO/joOaFpTo=; b=CzjJDDES3ubDtE2xI0RihanSOV3yjzMpDTFlw0Q7oZ+7JdOM7GkhdK7g3BH8+lInXf dE/9WnCTGtU5l3lTZiKKEgWcaJwdoHf6GpgheJyjGssbqeiUV+1wKLrdeKcg4ZZbOoQj 7ZRKAwqZTe6wP8MMVJDcZH2P0EQK5cVJrQEw8= Received: by 10.224.195.2 with SMTP id ea2mr1237728qab.84.1327703699196; Fri, 27 Jan 2012 14:34:59 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.99.7 with HTTP; Fri, 27 Jan 2012 14:34:39 -0800 (PST) In-Reply-To: <4F231D69.3090001@apache.org> References: <4F231D69.3090001@apache.org> From: S Ahmed Date: Fri, 27 Jan 2012 17:34:39 -0500 Message-ID: Subject: Re: upgrading tomcat when installed via apt-get To: Tomcat Users List Content-Type: multipart/alternative; boundary=20cf300fb3155b8b2e04b78a1b65 --20cf300fb3155b8b2e04b78a1b65 Content-Type: text/plain; charset=ISO-8859-1 But before do that, you would have to know if the tomcat config file has changed format wise correct? e.g. if the server.xml file was updated (I'm sure it is rare but still) Can you please outline exactly what you do to upgrade tomcat? thanks much appreciated! On Fri, Jan 27, 2012 at 4:55 PM, Mark Thomas wrote: > On 27/01/2012 21:41, S Ahmed wrote: > > If I need to upgrade an existing live application that is running off a > > tomcat install that was installed via apt-get (ubuntu), how would I go > > about updating tomcat? > > Don't know. That would be a question for an Ubuntu support forum. > > > I would have to understand exactly how tomcat is installed correct? i.e. > > things like xml conf files, symbolic links to paths that may have been > > created, startup/stop scripts that might need to point somewhere else > etc. > > > > Am I making this too complicated or is this how others update to a newer > > version of tomcat? > > It depends. It isn't how I do it. I use separate CATALINA_HOME and > CATALINA_BASE. Upgrades and downgrades are then trivial. For example, > upgrading the ASF's Jira instances takes less than 2 minutes and most of > that time is waiting for Jira to shutdown and startup. > > Mark > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --20cf300fb3155b8b2e04b78a1b65--