Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-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 D9AB517D6B for ; Thu, 21 May 2015 13:39:09 +0000 (UTC) Received: (qmail 90908 invoked by uid 500); 21 May 2015 13:39:06 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 90719 invoked by uid 500); 21 May 2015 13:39:06 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 90674 invoked by uid 99); 21 May 2015 13:39:06 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 13:39:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0ECCA1A3736; Thu, 21 May 2015 13:39:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id YHtlUAfeM6YE; Thu, 21 May 2015 13:39:02 +0000 (UTC) Received: from mail-ob0-f170.google.com (mail-ob0-f170.google.com [209.85.214.170]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id BE24143BAB; Thu, 21 May 2015 13:39:01 +0000 (UTC) Received: by obcus9 with SMTP id us9so60337721obc.2; Thu, 21 May 2015 06:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qHd2surgTRHCWzJX6YLH0MhyPPwYURRCuQI0raZaINc=; b=b5aQ6w1y54mw/ZPAffXp8H5Yd27P4oKFaoTmMbbft1wPlmuQF8U8CMv2KBdfBy7dzs JzfyMR2YtctNgYR+vqiBm04IPHQk0z1xwdfIgXXbhLEHI7kdH1HFIFRl75e1HHqo1R+8 gUc3UxYShD7AQqcKN+NKpLksyJmZWHdKLzHMlcgrY3DNL2CMvkLm6CgzXl4Jz3J0X6b4 vDgYICnaf36v1+jhprAKax7ge6f/4K+o1jz7zU7X6qYN4MtJlqsPW8+4WZxaftbHTDvv sgeEPyfwykT0hdFdxF0tTpR3ahgXKzsdIO+wh+9zsUo/wDmaFxfVtjfh8n/+Ni6U5THr o/ow== MIME-Version: 1.0 X-Received: by 10.202.176.134 with SMTP id z128mr2250731oie.102.1432215535155; Thu, 21 May 2015 06:38:55 -0700 (PDT) Received: by 10.76.33.169 with HTTP; Thu, 21 May 2015 06:38:55 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 May 2015 15:38:55 +0200 Message-ID: Subject: Re: Upgrade Tomcat procedure [to avoid latency/UI bug] From: Rafael Fonseca To: dev@cloudstack.apache.org Cc: "users@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=001a113d308236fef0051697aabf --001a113d308236fef0051697aabf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Btw.. if you're worried about latency on the UI, run this and you will have instant page reloads :) sed -i -e 's/?t=3D<%=3Dnow%>//' /usr/share/cloudstack-management/webapps/client/index.jsp On Thu, May 21, 2015 at 3:34 PM, Rafael Fonseca wrote: > Hi Andrija, > > Those sort of problems will no longer affect anyone when my PR gets > merged: https://github.com/apache/cloudstack/pull/238 > In the meanwhile, if you want to run tomcat 6.0.43 in any distro, just do > the following: > > - Download > http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.43/bin/apache-tomcat-= 6.0.43.tar.gz > - Uncompress to some folder > - Change links on /usr/share/cloudstack-management/lib and > /usr/share/cloudstack-management/bin to point to the location of the > version you just decompressed. > - All done! :) > > > > > On Thu, May 21, 2015 at 3:05 PM, Andrija Panic > wrote: > >> Hi, >> >> Im wondering if anyone have clean procedure of upgrading stock Tomcat to >> supported version 6.0.43, to avoid the latency issues and UI... on >> production envioroment. >> >> We are running Ubuntu 14.04 and CEntos 6.6 stock Tomcat versions... >> >> Cheers >> >> -- >> >> Andrija Pani=C4=87 >> > > --001a113d308236fef0051697aabf--