Update of jmeter

2018-08-16 Thread Onkar Shinde
Hi all, Is there anyone working on updating jmeter to latest version?I am trying to return to the packaging world after almost 8 years so my skills are rusty. If no one is working on this then I can give it a try. Regards, Onkar -- Passion - Some people climb mountains - others write Free softwa

Re: Update of jmeter

2018-08-16 Thread Markus Koschany
Hi Onkar, Am 16.08.2018 um 21:39 schrieb Onkar Shinde: > Hi all, > > Is there anyone working on updating jmeter to latest version?I am > trying to return to the packaging world after almost 8 years so my > skills are rusty. > If no one is working on this then I can give it a try. I am not aware

Re: Update of jmeter

2018-08-16 Thread Emmanuel Bourg
On 16/08/2018 21:39, Onkar Shinde wrote: > Is there anyone working on updating jmeter to latest version?I am > trying to return to the packaging world after almost 8 years so my > skills are rusty. > If no one is working on this then I can give it a try. Hi Onkar, and welcome back! I did start lo

Trouble downgrading to OpenJdk 7 on Debian 9

2018-08-16 Thread David P
We need to run Tomcat7 on JRE7 on Debian 9. The Debian Java FAQ doesn't explain how to do this at https://www.debian.org/doc/manuals/debian-java-faq/ch3.en.html nor at https://www.debian.org/doc/manuals/debian-java-faq/ch8.en.html In particular, after " sudo apt-get update", "update-java-alterna

Re: Trouble downgrading to OpenJdk 7 on Debian 9

2018-08-16 Thread Thorsten Glaser
Hi David, > We need to run Tomcat7 on JRE7 on Debian 9. Debian is not, like other distros, a software museum ;-) You can run Tomcat 8 on JRE 8 on Debian 9. Anything older would require Debian 8 “jessie” which is out of regular security support. In our experience, what works on Java 7 works on J

Re: Trouble downgrading to OpenJdk 7 on Debian 9

2018-08-16 Thread David P
Thanks for confirming that I didn't overlook something easy, Torsten. The .war files we run in Tomcat7 use 3rd party code that is no longer supported and which behaves unpredictably on Java 8. As a workaround, I'll run this Tomcat on a dedicated Ubuntu 16-04 server until we can transition off thi

Re: Trouble downgrading to OpenJdk 7 on Debian 9

2018-08-16 Thread Thorsten Glaser
Hi David, > As a workaround, I'll run this Tomcat on a dedicated Ubuntu 16-04 server > until we can transition off this .war code entirely. That (or rather, running a Debian 8 oldstable one ☺) is probably the safest option, and good luck being able to transition away. Unsupported third-party cod