RE: How to setup client certificate based authentication in Tomcat 9

2023-05-02 Thread Patkar Omkar Anant
Hi Christopher, Thank you for your help. We really appreciate it  ... Apologies for late reply though, as I am communicating with my office email id, and we had leaves here I could only reply now. I will provide some more information here so that it is possible to imagine our

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-02 Thread Jeremy Nguyen
I was able to retrieve some logs that might shed some insight on the parent classloader when running 8.5.87. I'll be frank that I don't quite understand the mechanics of classloaders in Java. LogFactory from > org.eclipse.osgi.internal.loader.EquinoxClassLoader@1628551735] [LOOKUP] > LogFactory

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-02 Thread Jeremy Nguyen
I picked 8.5.34 because 8.5.35 has that code change while 34 doesn't. https://github.com/apache/tomcat/blob/8.5.35/java/org/apache/catalina/loader/WebappClassLoaderBase.java#L1050 I'll do some debugging for the classloader soon. I'm still trying to get my application running. I'm wrestling with

Fw: AW: Maven tomcat7:redeploy upload reset/retry

2023-05-02 Thread Peter Rader
> > Hi Folks, > > > > I am running a tomcat 8.5.50. > > > > I try to upload a webapp using maven-tomcat7-plugin. > > > > It worked very good for a couple of years. I did nothing new to the > > configuration. > > > > Then I see broken pipes during build: > > > > > >     [INFO] Deploying war to

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-02 Thread Christopher Schultz
Jeremy, On 5/1/23 17:46, Jeremy Nguyen wrote: I noticed this change was introduced: https://bz.apache.org/bugzilla/show_bug.cgi?id=62868 https://github.com/apache/tomcat/blame/8.5.x/java/org/apache/catalina/loader/WebappClassLoaderBase.java#L1122 I'll try running 8.5.34 and report back. Wow

Re: WebappClassLoaderBase error when upgrading Tomcat 8 to 8.5

2023-05-02 Thread Christopher Schultz
Rob, On 5/1/23 17:12, Rob Sargent wrote: => On 5/1/23 14:36, Christopher Schultz wrote: Jeremy, On 5/1/23 14:22, Jeremy Nguyen wrote: I'm trying to upgrade Tomcat 8 to 8.5 and I'm getting a nullpointerexception within WebappClassLoaderBase.CombinedEnumeration.inc. It seems to occur when it's

AW: Maven tomcat7:redeploy upload reset/retry

2023-05-02 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Peter, > -Ursprüngliche Nachricht- > Von: Peter Rader > Gesendet: Dienstag, 2. Mai 2023 12:41 > An: users@tomcat.apache.org > Betreff: Maven tomcat7:redeploy upload reset/retry > > Hi Folks, > > I am running a tomcat 8.5.50. > > I try to upload a webapp using

Maven tomcat7:redeploy upload reset/retry

2023-05-02 Thread Peter Rader
Hi Folks,   I am running a tomcat 8.5.50.   I try to upload a webapp using maven-tomcat7-plugin.   It worked very good for a couple of years. I did nothing new to the configuration.   Then I see broken pipes during build:       [INFO] Deploying war to