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 Christo

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 do

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 b

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. https://github.com/apache/tomcat/blob