Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44AA517EE0 for ; Thu, 21 May 2015 14:03:50 +0000 (UTC) Received: (qmail 56691 invoked by uid 500); 21 May 2015 14:03:43 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 56630 invoked by uid 500); 21 May 2015 14:03:43 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 56608 invoked by uid 99); 21 May 2015 14:03:42 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 14:03:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 66F39C73D1; Thu, 21 May 2015 14:03:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-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: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id BFffxTg9Wt1F; Thu, 21 May 2015 14:03:38 +0000 (UTC) Received: from mail-yh0-f46.google.com (mail-yh0-f46.google.com [209.85.213.46]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 10DB22800A; Thu, 21 May 2015 14:03:38 +0000 (UTC) Received: by yhcb70 with SMTP id b70so21227294yhc.0; Thu, 21 May 2015 07:03:31 -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=XrRw+x8LkIbUyG5e/N0Avg/JH6iZBqlDSwFyhfv3uNs=; b=ewl5ZcQJscNwp9NMFEFmw1L6IsrzYfCz2rGEXKd1nwFsfDcCKjE9nujXN52HsyRhL1 3wAxmBhvLpTZpJxDBYECfV2tievICEy8fdo7xkwogfMaSB3D+VwINuEqcFuIY0u0izfT rZzRyL3ilGshwb3suyBwhOYqeWCpuqEGPZDOKD2vTHn+irHdUHJ9X5wUylcPYupFK1/9 S5DVJR0GAqlrnTu9zCHzjSTKoWVnErR/9z9ZQYZpDqAH/yvM1o27ladUCtpWAGseBfAj OTlUkJyQ3MCkNGu/K0Z4iMN3wXNyXCHcIECPHWh/oGiOK6Fsbfrs8KNrTPOABnnUuzwo Mg8Q== MIME-Version: 1.0 X-Received: by 10.236.11.197 with SMTP id 45mr2892944yhx.132.1432217011533; Thu, 21 May 2015 07:03:31 -0700 (PDT) Received: by 10.13.236.16 with HTTP; Thu, 21 May 2015 07:03:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 May 2015 16:03:31 +0200 Message-ID: Subject: Re: Upgrade Tomcat procedure [to avoid latency/UI bug] From: Andrija Panic To: "users@cloudstack.apache.org" Cc: "dev@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=001a1133bba236c04605169802aa --001a1133bba236c04605169802aa Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Rafael, thx for clarification :) https://issues.apache.org/jira/browse/CLOUDSTACK-7907 check the second issue here - this is officialy fixed by replacing Tomcat version AFAIK, as you will see from comments. Thanks, Andrija On 21 May 2015 at 16:01, Rafael Fonseca wrote: > Hi Andrija, > > No.. this sed is unrelated to any breadcrumb issue, can you ellaborate on > that one? :) > This sed just makes the page reload instantly whenever you press F5 on th= e > UI, instead of taking as long as the first load. > > On Thu, May 21, 2015 at 3:57 PM, Andrija Panic > wrote: > > > Rafael, > > > > this SED is also related to the breadcrumb issue we are seeing in UI ? > > > > Thx for inputs :) > > > > Cheers > > > > On 21 May 2015 at 15:38, Rafael Fonseca wrote: > > > > > Btw.. if you're worried about latency on the UI, run this and you wil= l > > 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 th= e > > > > version you just decompressed. > > > > - All done! :) > > > > > > > > > > > > > > > > > > > > On Thu, May 21, 2015 at 3:05 PM, Andrija Panic < > > andrija.panic@gmail.com> > > > > 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 > > > >> > > > > > > > > > > > > > > > > > > > -- > > > > Andrija Pani=C4=87 > > > --=20 Andrija Pani=C4=87 --001a1133bba236c04605169802aa--