Re: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-02-03 Thread Mark Thomas
On 03/02/2025 09:24, Rémy Maucherat wrote: On Mon, Feb 3, 2025 at 3:38 AM Tim N wrote: I've replicated something similar on Tomcat 10.1.34 (and also 9.0.98). Steps 1 - Download and unzip Tomcat 10.1.34 2 - Create file "webapps/ROOT/include.jsp" with contents "I've been included!" 3 - Edit "we

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Evan Rempel
You don't need the source RPM, but you will need the development RPMs. I have not confirmed all of these are actually needed, and there are probably even more depending on what build environment you are using. We produce RPMs, so we need lots of other RPM building tools. apr apr-devel apr-util

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Darryl Baker
I knew where the general direction are already. The build fails looking for the source for APR. For RHEL 8 is mandatory to download the APR source rpm? Are the any other gotchas? I can't be the first to need the Tomcat-native for RHEL 8. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administ

Re: Building tomcat-native on RHEL 8

2025-02-03 Thread Evan Rempel
https://tomcat.apache.org/native-doc/index.html -- Evan From: Darryl Baker Sent: February 3, 2025 10:17 AM To: Tomcat Users List Subject: Building tomcat-native on RHEL 8 [You don't often get email from darryl.ba...@northwestern.edu. Learn why this is important

Building tomcat-native on RHEL 8

2025-02-03 Thread Darryl Baker
Would someone please point me to the documentation on building tomcat-native on RHEL 8 using the Red Hat supplied APR package? Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston, IL

Re: Release 10.1.35

2025-02-03 Thread Mark Thomas
On 03/02/2025 13:52, Adrienne Farrell wrote: Hello I am seeing https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 in my Tomcat 10.1.33 and 10.1.34 and have to roll back to 10.1.31. I am just wondering when 10.1.35 might be released as I see the fix is in that update? If all goes to plan, the

Release 10.1.35

2025-02-03 Thread Adrienne Farrell
Hello I am seeing https://bz.apache.org/bugzilla/show_bug.cgi?id=69527 in my Tomcat 10.1.33 and 10.1.34 and have to roll back to 10.1.31. I am just wondering when 10.1.35 might be released as I see the fix is in that update? Thank you!! ---

Re: RE: JspWriterImpl BufferSize And Flushing In Tomcat 10.1.16

2025-02-03 Thread Rémy Maucherat
On Mon, Feb 3, 2025 at 3:38 AM Tim N wrote: > > I've replicated something similar on Tomcat 10.1.34 (and also 9.0.98). Steps > > 1 - Download and unzip Tomcat 10.1.34 > 2 - Create file "webapps/ROOT/include.jsp" with contents "I've been > included!" > 3 - Edit "webapps/ROOT/index.jsp" adding the f