PerMessageDeflate - Native Memory Pressure

2021-02-10 Thread Sridhar Rao
Hi All, We are using tomcat 8.5.47 with Java8. Recently we were seeing a lot of nodes getting restarted because of insufficient memory. Those nodes seem to be under native memory pressure. After doing some analysis, It appears that the native memory pressure is caused by the number of WebSocket co

Upgraded to 8.5.63, ssl stopped working...?

2021-02-10 Thread Jim Weill
I had 8.5.41 working and decided to do the upgrade to 8.5.63 today on Windows Server 2012r2. I've had success with stopping the service, renaming the tomcat directory, putting the unzipped files of the new version in its place, and dropping in the server.xml, and web.xml files to replace the defau

Re: Tomcat JDBC Connection Pool question

2021-02-10 Thread Phil Steitz
See maxWait for Tomcat JDBC Pool https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html Or for the default dbcp pool, maxWaitMillis https://commons.apache.org/proper/commons-dbcp/configuration.html Phil On 2/10/21 3:22 PM, xcorpius wrote: Hi Chris! ConnectionReserveTimeoutSeconds: The num

Re: Tomcat JDBC Connection Pool question

2021-02-10 Thread xcorpius
Hi Chris! ConnectionReserveTimeoutSeconds: The number of seconds after which a call to reserve a connection from the connection pool will timeout. When set to 0, a call will never timeout. When set to -1, a call will timeout immediately. Admin Console field label: Connection Reserve Timeout

Re: Tomcat JDBC Connection Pool question

2021-02-10 Thread Christopher Schultz
Xcorpius, On 2/10/21 07:15, xcorpius wrote: Is there a parameter in "Tomcat JDBC Connection Pool" 9 equivalent to the ConnectionReserveTimeoutSeconds parameter from Weblogic? Maybe. What does that parameter actually do? -chris

Re: Is ARM64 architecture officially supported ?

2021-02-10 Thread Christopher Schultz
Martin, On 4/20/20 03:28, Martin Grigorov wrote: Hi Michael, On Sun, Apr 19, 2020 at 9:08 PM Michael Osipov wrote: Am 2020-04-19 um 19:51 schrieb Martin Grigorov: Hi Emilio, On Fri, Apr 17, 2020 at 2:14 PM Emilio Fernandes < emilio.fernande...@gmail.com> wrote: Hola Tomcat community! We

Re: Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread George Thomas
Thanks for the clarification. On Wed, 10 Feb 2021 at 22:52, Mark Thomas wrote: > On 10/02/2021 17:11, George Thomas wrote: > > Thanks, Mark for the reply. In our case, we may have to stick with AJP .. > > However, I have not understood https way. > > Are you suggesting to listen to https port i

Re: Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread Mark Thomas
On 10/02/2021 17:11, George Thomas wrote: > Thanks, Mark for the reply. In our case, we may have to stick with AJP .. > However, I have not understood https way. > Are you suggesting to listen to https port in place of AJP port and use a > different connector implementation at HTTP Server? Yes.

Re: Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread George Thomas
Thanks, Mark for the reply. In our case, we may have to stick with AJP .. However, I have not understood https way. Are you suggesting to listen to https port in place of AJP port and use a different connector implementation at HTTP Server? On Wed, 10 Feb 2021 at 18:53, Mark Thomas wrote: > On

Tomcat on Amazon's Graviton2

2021-02-10 Thread Chen Levy
Hello Everyone We've been running our Staging environment on ARM64 based servers (Amazon EC2 T4g) for a while now, and plan to use similar machines to replace our Production environment's x86-64 based servers in the near future. All of our servers are based on Amazon Linux 2 with AdoptOpenJDK 15

Re: Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread Mark Thomas
On 10/02/2021 12:09, George Thomas wrote: > As per the below link > > https://github.com/spring-projects/spring-boot/issues/6164, the following > features are removed from tomcat 8.5 > > a) Class org.apache.tomcat.util.net.ServerSocketFactory no longer exists > > b) Class org.apache.tomcat.util.

Tomcat JDBC Connection Pool question

2021-02-10 Thread xcorpius
Hi! Is there a parameter in "Tomcat JDBC Connection Pool" 9 equivalent to the ConnectionReserveTimeoutSeconds parameter from Weblogic? Thanks, Xcorpius

Misssing ServerSocketFactory in tomcat 8.5.x onwards (checked in 8.5.58)

2021-02-10 Thread George Thomas
As per the below link https://github.com/spring-projects/spring-boot/issues/6164, the following features are removed from tomcat 8.5 a) Class org.apache.tomcat.util.net.ServerSocketFactory no longer exists b) Class org.apache.tomcat.util.net.jsse.JSSESocketFactory no longer exists c) Method JSS