Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-22 Thread Andrija Panic
Thx Rafale, alrady test and confirmed all fine :) Thx Marcus - I saw the rpms :) On 22 May 2015 at 10:11, ilya wrote: > Define this URL as your yum repo and then do yum update tomcat6 > > http://marcus.mlsorensen.com/cloudstack-extras/tomcat6/ > > > > On 5/21/15 7:03 AM, Andrija Panic wrote: >

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-22 Thread ilya
Define this URL as your yum repo and then do yum update tomcat6 http://marcus.mlsorensen.com/cloudstack-extras/tomcat6/ On 5/21/15 7:03 AM, Andrija Panic wrote: Hi Rafael, thx for clarification :) https://issues.apache.org/jira/browse/CLOUDSTACK-7907 check the second issue here - this is of

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
I've placed a patch in the JIRA issue for the breadcrumbs problem :) On Thu, May 21, 2015 at 6:18 PM, Andrija Panic wrote: > Ah, didnt notice workarround was was related to first issue... > > As for the first issue, I dont experience it anymore (for whatever reason - > I did no changes really o

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
The tomcat version replacement would fix the issue that recommends upgrading to tomcat 6.0.43 as well as a few others. With my proposed change, you don't need to care about tomcat anymore and don't even need to have it installed through your distro's repos, the latest, greatest and tested version w

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Andrija Panic
Ah, didnt notice workarround was was related to first issue... As for the first issue, I dont experience it anymore (for whatever reason - I did no changes really on OS side, expcet upgading ACS from 4.3.0/1 to 4.3.2). Yes, I was just testing the breadcrumb stuff - and started this thread because

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
Hi Andrija, This was a possible workaround for the first problem in that jira issue, to clarify: Are you still experiencing the first issue? Were you testing just for the second issue (breadcrumbs) ? I'll see if I can reproduce the breadcrumbs problem if I have the time :) RF On Thu, May 21, 2

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Andrija Panic
Thx Rafael, added, restated, but still see issue :( On 21 May 2015 at 17:32, Rafael Fonseca wrote: > Hi again Andrija, > > I saw on that issue that upgrading to tomcat 6.0.43 doesn't seem to fix the > issue for you, perhaps you can try another approach :) > I've seen a similar problem where ther

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
Hi again Andrija, I saw on that issue that upgrading to tomcat 6.0.43 doesn't seem to fix the issue for you, perhaps you can try another approach :) I've seen a similar problem where there is no response from the management server (taking from a few seconds to quite a few minutes, depending on the

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Andrija Panic
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, > >

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
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 the UI, instead of taking as long as the first load. On Thu, May 21, 2015 at 3:57 PM, Andrija Panic wrote: > Rafael, > > this

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Andrija Panic
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 will have > instant page reloads :) > > sed -i -e 's/?t=<%=now%>//' > /usr

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
Btw.. if you're worried about latency on the UI, run this and you will have instant page reloads :) sed -i -e 's/?t=<%=now%>//' /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 longe

Re: Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Rafael Fonseca
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/apac

Upgrade Tomcat procedure [to avoid latency/UI bug]

2015-05-21 Thread Andrija Panic
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ć