Re: State of the Cat 2022

2022-06-30 Thread Rémy Maucherat
On Thu, Jun 30, 2022 at 6:41 PM Christopher Schultz wrote: > > Rémy, all, > > On 6/28/22 09:58, Rémy Maucherat wrote: > > On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz > > wrote: > >> > >> Rémy, > >> > >> On 6/28/22 05:33, Rémy Maucherat wrote: > >>> On Mon, Jun 27, 2022 at 11:37 PM

Tomcat in distroless image

2022-06-30 Thread Thomas Meyer
Hi, Sadly currently Tomcat startup relies on shell script to bootstrap JVM process. In the light of distroless images (e.g. https://blog.chainguard.dev/introducing-apko-bringing-distroless-nirvana-to-alpine-linux/) what are you thoughts on packaging tomcat in distroless base OCI images that

Re: Tomcat freezes with axios

2022-06-30 Thread Christopher Schultz
All, On 6/30/22 02:34, Mark Thomas wrote: Hi, We need more information to help you. Tomcat version? Tomcat connector configuration (from server.xml)? httpd version? httpd MPM and configuration? mod_proxy configuration? Was the httpd restart graceful or not? Wild guess: missing finally

Re: State of the Cat 2022

2022-06-30 Thread Christopher Schultz
Rémy, all, On 6/28/22 09:58, Rémy Maucherat wrote: On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz wrote: Rémy, On 6/28/22 05:33, Rémy Maucherat wrote: On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz wrote: Cathy, On 6/27/22 15:01, Cathy Spears wrote: Wondering if there will

Websockets: get Reference to @ServerEndpoint in a Servlet ?

2022-06-30 Thread Jürgen Weber
Hi, use case: HTML clients connect to @ServerEndpoint, some Servlet.GET should send a message to connected HTML clients. I found no other way to have the Servlet have a reference to the ServerEndpoint than a hack with a static field, as in the Tomcat sample.

Re: AW: Tomcat 10 with Http2 and compression sometimes closes connection with Firefox

2022-06-30 Thread Mark Thomas
On 27/06/2022 21:49, Thomas Hoffmann (Speed4Trade GmbH) wrote: Von: Mark Thomas On 26/06/2022 15:59, Thomas Hoffmann (Speed4Trade GmbH) wrote: Problem: When opening a webpage at a new Tab, Firefox sometimes doesn't load the full page from Tomcat 10 Observation / Circumstances: - Doesn't

Re: Tomcat freezes with axios

2022-06-30 Thread Mark Thomas
Hi, We need more information to help you. Tomcat version? Tomcat connector configuration (from server.xml)? httpd version? httpd MPM and configuration? mod_proxy configuration? Was the httpd restart graceful or not? Mark On 29/06/2022 19:36, Stephane Passignat wrote: Hello, I'm