Lightweight container for bare "void service(req,res)", maybe through custom Engine implementation?

2024-08-12 Thread r . barclay
Hi, I have an application which is built on top of Tomcat, currently 10.1. The part of the application that interfaces with Tomcat is a single custom class that extends jakarta.servlet.GenericServlet[1]: This servlet implements the abstract void "service" method, which 1. reads the request head

Re: Refresh my memory: Any "gotchas" in going from Tomcat 8.5 to Tomcat 9?

2024-08-12 Thread Chuck Caldarale
> On Aug 12, 2024, at 19:02, James H. H. Lampert > wrote: > > I know I have at least one Tomcat 9 installation running on an IBM Midrange > box (namely our cloud box). > > But I can't remember whether there are any "gotchas" for going from 8.5 to 9, > with Tomcat handling the HTTPS itself, u

Refresh my memory: Any "gotchas" in going from Tomcat 8.5 to Tomcat 9?

2024-08-12 Thread James H. H. Lampert
I know I have at least one Tomcat 9 installation running on an IBM Midrange box (namely our cloud box). But I can't remember whether there are any "gotchas" for going from 8.5 to 9, with Tomcat handling the HTTPS itself, using a Java Keystore, and opening Manager to specific IP addresses. --

mod_jk retry continuing existing stream?

2024-08-12 Thread Holle, Jess
I have mod_jk load balancing over several back-end Java processes which embed Tomcat. When I Ctrl-C one of those processes, a server-sent-event response stream (which has already sent a number of events) does not end from a client perspective. Rather the original request is retried against the

RE: [Semi OT] Suggestion: Maven repository for Tomcat native library

2024-08-12 Thread Harri Pesonen
Tomcat native gives much better SSL connection performance, they say. At least in Windows. I have not personally performed any tests though. https://tomcat.apache.org/tomcat-9.0-doc/apr.html -Harri -Original Message- From: Christopher Schultz Sent: lauantai 10. elokuuta 2024 0.51 To: us