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
> 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
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.
--
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
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