[ANN] Apache Tomcat 7.0.105 released

2020-07-09 Thread Violeta Georgieva
The Apache Tomcat team announces the immediate availability of Apache Tomcat 7.0.105. Apache Tomcat is an open source software implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technologies. This release contains a number of bug fixes and

ApacheCon @home CfP closes in 4 days

2020-07-09 Thread jean-frederic clere
Hi folks, The Call for Papers will close in 4 days, don't shy we are looking for topics about how you use Tomcat, so please submit. The conference will take place ONLINE the 29 September to 1 of October. Check: https://acna2020.jamhosted.net/ and remember NO travels you just need a webcam

Re: Looking for mod_proxy_ajp or mod_proxy_http users

2020-07-09 Thread Michael Osipov
Am 2020-07-08 um 23:52 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm (likely) giving a presentation at this year's ApacheCon North America (which is *virtual* this year, so the "North America" just means "it was supposed to be in New Orleans in

Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been running tomcat7 some time ago. At the moment, when the system has started up, I’m seeing a process: root@kuku:~# ps ax | grep -i tomcat 1092 ?Sl 0:08 /usr/lib/jvm/java-1.11.0-openjdk-i386/bin/java

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Martin Grigorov
Hi Christoph, On Thu, Jul 9, 2020 at 12:48 PM Christoph Kukulies wrote: > I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been > running tomcat7 some time ago. > At the moment, when the system has started up, I’m seeing a process: > > root@kuku:~# ps ax | grep -i tomcat >

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread calder
On Thu, Jul 9, 2020 at 4:48 AM Christoph Kukulies wrote: > > I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been > running tomcat7 some time ago. > At the moment, when the system has started up, I’m seeing a process: > > root@kuku:~# ps ax | grep -i tomcat > 1092 ?

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread calder
On Thu, Jul 9, 2020, 06:59 Christoph Kukulies wrote:. > > > > might try: > > user@machine:~ /> ps systemctl status > > so in your example > > user@machine:~ /> ps systemctl status 1092 > > systemctl status 1092 > worked (without the „ps“) :) sorry about that ... somehow fat-fingered that in

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
> Am 09.07.2020 um 13:34 schrieb calder : > > On Thu, Jul 9, 2020 at 4:48 AM Christoph Kukulies wrote: >> >> I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been >> running tomcat7 some time ago. >> At the moment, when the system has started up, I’m seeing a process: >>

JASPIC and classloaders

2020-07-09 Thread Roberto Benedetti
Hello, I'm developing a ServerAuthModule implementation to use a 3rd party identity provider with our web applications. Tomcat version is 9.0.35. The implementation depends on some libraries already packaged with the web applications. To avoid conflicts I tried to configure server.loader in

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
> Am 09.07.2020 um 13:28 schrieb Martin Grigorov : > > Hi Christoph, > > On Thu, Jul 9, 2020 at 12:48 PM Christoph Kukulies > wrote: > >> I’m resurrecting tomcat on a server (Ubuntu 18.04.4) on which I had been >> running tomcat7 some time ago. >> At the moment, when the system has started

Re: [ANN] ApacheCon NA 2020 is virtual/online, completely free to attend, and call-for-presentations is OPEN!

2020-07-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, On 7/8/20 18:37, Christopher Schultz wrote: > All, > > [Cross-posting to dev@, please reply to users@] > > ApacheCon NA 2020 is now "ApacheCon @Home" due to the COVID-19 > pandemic, and will be held online 29 September - 1 October 2020. > This

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Christoph Kukulies
Is it an Ubuntu peculiarity that a tomcat.service gets installed? I assume, I’m getting this automatically when doing an apt-get install tomcat8, right? — Christoph > Am 09.07.2020 um 15:19 schrieb calder : > > On Thu, Jul 9, 2020, 06:59 Christoph Kukulies > wrote:.

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread Martin Grigorov
On Thu, Jul 9, 2020, 19:13 Christoph Kukulies wrote: > Is it an Ubuntu peculiarity that a tomcat.service gets installed? I > assume, I’m getting this automatically when doing an > apt-get install tomcat8, right? > Yes. All distros do that. You can download the tar.gz file from

Re: Tomcat relicts from previous installation - ubuntu

2020-07-09 Thread calder
> > Am 09.07.2020 um 15:19 schrieb calder : > > On Thu, Jul 9, 2020, 06:59 Christoph Kukulies wrote:. > > might try: > user@machine:~ /> ps systemctl status > so in your example > user@machine:~ /> ps systemctl status 1092 > > > systemctl status 1092 > > worked (without the „ps“) :) > > sorry

Re: Problem with JarScanFilter, maybe a bug?

2020-07-09 Thread Vitor Medina Cruz
On Mon, Jul 6, 2020 at 5:05 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Vitor, > > On 7/6/20 15:50, Vitor Medina Cruz wrote: > > On Mon, Jul 6, 2020 at 8:57 AM Mark Thomas > > wrote: > > > >> On 06/07/2020 12:25, Mark

HTTP2:When does tomcat send continuous RST_STREAM with reason REFUSED _STREAM

2020-07-09 Thread Arshiya Shariff
Hi, What are the cases when tomcat sends RST_STREAM with reason REFUSED_STREAM continuously for every http2 request from the client ? Also , In this case we did not see the max concurrent streams reaching 100. Embedded Tomcat : 9.0.22 Thanks and Regards Arshiya Shariff