Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
Hi Dimitris, We have recently upgraded to 9.0.96 for nearly 30 tomcat instances in which only two of the applications have reported issue. Can application code change helps in rectifying the issue or any other workaround or solution is available for the reported issue. Application code change m

Tomcat 10.1 Upgrade & Uber JAR Error

2025-02-06 Thread Tim N
I was launching my application successfully with Tomcat 10.1.16 using a JAR with all dependencies in a single JAR via "maven-assembly-plugin". Since upgrading to Tomcat 10.1.34, one of my applications is now throwing java.lang.NullPointerException: Cannot invoke "org.apache.jasper.compiler.TldCac

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Darryl Baker
Thank you. Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Platform Services Northwestern University 4th Floor 2020 Ridge Avenue Evanston, IL 60208-0801 darryl.ba...@northwestern.edu (847) 467-6674 On 2/6

Reg: Tomcat temp file deletion

2025-02-06 Thread Jalaj Asher
Hello, Is it ok to delete files from tomcat/temp folder while the tomcat is running ? It required to restart the tomcats post deletion of the files in tomcat/temp folder or should it be deleted only post stopping the tomcat service ? CONFIDENTIALITY NOTICE TO RECIPIENT: This transmission co

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
Rainer, your mail has not popped up when I sent mine. Thanks for the detailed description :) Kind regards, Dimitris On Thu, Feb 6, 2025 at 9:14 PM Dimitris Soumis wrote: > > > On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker > wrote: > >> My question is why is tomcat-native dependent on APR at all?

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Thu, Feb 6, 2025 at 7:30 PM Darryl Baker wrote: > My question is why is tomcat-native dependent on APR at all? Could it be > built without that dependency? > Tomcat Native relies on the Apache Portable Runtime (APR) to bridge the gap between Tomcat, and native OS capabilities. APR provides API

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Rainer Jung
Am 06.02.25 um 18:18 schrieb Darryl Baker: > My question is why is tomcat-native dependent on APR at all? Could it be built without that dependency? The APR library originates in the Apache httpd project. The project decided long ago, to split out some very basic functionality into a separa

Custom error page for invalid mutual authentication (TLS)

2025-02-06 Thread Peter Rader
Hi, I have a website that use mutual authentication for over 100 persons very successfull since years. Sometimes a client-certificate in the truststore of the server must be deactivated, maybe the person died or his/her device got pinched. As soon as the user access the website using a browser

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
Hi Dimitris, Noted, Kindly hold the ticket we will get back after discussing with the application team. Regards, DivyaBharathi.S TCS - Infra Midrange SME Malaysia Airlines Berhad From: Dimitris Soumis Sent: Thursday, February 6, 2025 10:31 PM To: Tomcat Us

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Darryl Baker
My question is why is tomcat-native dependent on APR at all? Could it be built without that dependency? Can I build tomcat native on Rocky Linux? Then could I use it on Red Hat? Has anyone tried that? Darryl Baker, GSEC, GCLD (he/him/his) Sr. System Administrator Distributed Application Plat

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
Judging by the method call JspRuntimeLibrary.releaseTag(Ljavax/servlet/jsp/tagext/*Tag* ;Lorg/apache/tomcat/*InstanceManager*;*Z*) you are calling the method with the 3 arguments of Tag, InstanceManager and boolean. The only method definition in 9.0.96 is `*public static void releaseTag(Tag tag, I

Re: Release 10.1.35

2025-02-06 Thread Adrienne Farrell
Hello Sorry it took us a bit of time to setup the test scenario but I can confirm that 10.1.35 has addressed the issue we were seeing in 10.1.33 and 10.1.34. We are confirming that the issue we are seeing is resolved by the fix in 69527. Thank you very much for this fix! Cheers, Adrienne On Tue,

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
Hi Dimitris, Noted, appreciate your advise on version 9.0.96.Below is the error and the application team have provided the reference link stating there is a bug in the version 9.0.96. Link: https://bz.apache.org/bugzilla/show_bug.cgi?id=69386#c0 69386 – Pre-compiled JSPs result in NoSuchMethod

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
Apologies, misspelled the version. As of 06/02/2025,* 9.0.98* is the latest stable tomcat 9 version . Kind regards, Dimitris On Thu, Feb 6, 2025 at 12:44 PM Dimitris Soumis wrote: > > > On Thu, Feb 6, 2025 at 10:13 AM Divyabharathi Sundaram > wrote:

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Dimitris Soumis
On Thu, Feb 6, 2025 at 10:13 AM Divyabharathi Sundaram wrote: > Hi Team, > > We have recently upgraded tomcat from 9.0.82 to 9.0.96, one of the > application teams has reported the error below ( please refer the > screenshot). They have also stated that the issue is because of the bug > with the

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
I will try to provide you with a step-by-step guide for a RHEL 8 vanilla installation. Please feel free to tweak according to your needs. 1) Make sure the required packages are installed: $ *dnf install apr-devel openssl-devel java-11-openjdk-devel* 2) Fetch the tomcat-native from the official si

Re: Building tomcat-native on RHEL 8

2025-02-06 Thread Dimitris Soumis
On Wed, Feb 5, 2025 at 7:58 PM Darryl Baker wrote: > I could if there was one. Red Hat stopped having Tomcat in the OS > distribution and is now part of the JBoss product the University decided > not to buy. > Tomcat is available in the OS distribution other than the Jboss web server product. Tom

Re: REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Sebastian Trost
DivyaBharathi, please don't attach or link images in your e-mails. Instead, just copy&paste the error as text into your message. Sebastian On 06.02.2025 09:06, Divyabharathi Sundaram wrote: Hi Team, We have recently upgraded tomcat from 9.0.82 to 9.0.96, one of the application teams has re

REG: Version stability of Tomcat 9.0.96

2025-02-06 Thread Divyabharathi Sundaram
Hi Team, We have recently upgraded tomcat from 9.0.82 to 9.0.96, one of the application teams has reported the error below ( please refer the screenshot). They have also stated that the issue is because of the bug with the version 9.0.96. Please confirm whether the version 9.0.96 is reported as