[ANN] Apache Tomcat 10.1.8 available

2023-04-19 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.8. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

[ANN] Apache Tomcat 8.5.88 available

2023-04-19 Thread Christopher Schultz
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.5.88. Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 8.5.88 is a bugfix and

Re: Cluster Manager not working

2023-04-19 Thread Kevin Huntly
thank you! On Wed, Apr 19, 2023, 13:29 Mark Thomas wrote: > On 19/04/2023 12:07, Kevin Huntly wrote: > > I'm guessing its not possible to have the cluster setup with a session > > database? > > Correct, for out of the box options. > > There are 3rd party session managers that persist the data

RE: Tomcat 9.0.73 - Exception while accessing application

2023-04-19 Thread jonmcalexander
Thank you!!! Dream * Excel * Explore * Inspire Jon McAlexander Senior Infrastructure Engineer Asst. Vice President He/His Middleware Product Engineering Enterprise CIO | EAS | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010 Tel 515-988-2508 | Cell

Re: Cluster Manager not working

2023-04-19 Thread Mark Thomas
On 19/04/2023 12:07, Kevin Huntly wrote: I'm guessing its not possible to have the cluster setup with a session database? Correct, for out of the box options. There are 3rd party session managers that persist the data in various databases. Off the top of my head Redis and Geode provide this.

Re: Cluster Manager not working

2023-04-19 Thread Kevin Huntly
I'm guessing its not possible to have the cluster setup with a session database? Kevin Huntly Email: kmhun...@gmail.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a

Re: Cluster Manager not working

2023-04-19 Thread Kevin Huntly
Hi Mark, I found the culprit and replaced with: org.apache.catalina.ha.session.DeltaManager I'm now seeing the following: 19-Apr-2023 06:57:56.482 SEVERE [main] org.apache.tomcat.util.digester.Digester.endElement End event threw exception java.lang.NoSuchMethodException:

[ANN] Apache Tomcat 11.0.0-M5 (alpha) available

2023-04-19 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 11.0.0-M5 (alpha). Apache Tomcat 11 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations

Re: Tomcat 9.0.73 - Exception while accessing application

2023-04-19 Thread Mark Thomas
On 19/04/2023 03:11, jonmcalexan...@wellsfargo.com.INVALID wrote: Hi Christopher , Where was this change in functionality documented, please? It was part of the fix for BZ 66196 which was documented in the change log. Mark Thank you , Dream * Excel * Explore * Inspire Jon McAlexander

Re: Cluster Manager not working

2023-04-19 Thread Mark Thomas
On 18/04/2023 15:59, Kevin Huntly wrote: Hello, I'm getting the following error message: 18-Apr-2023 10:56:55.404 INFO [main] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying deployment descriptor [/opt/Apache/tomcat/apache-tomcat-9.0.74/conf/Catalina/localhost/esolutions.xml]