Re: Tomcat 9.0.x support Java 17 ?

2025-05-28 Thread Zdeněk Henek
Hi, here is all you need https://tomcat.apache.org/whichversion.html We run Tomcat 9 even with OpenJDK 21. Regards, Zdenek Henek On Wed, May 28, 2025 at 5:04 AM dineshk wrote: > Hi Team, > Could anybody clarify on if we could use Java 17 with Java EE specs with > tomcat 9.0.x ? > > RegardsDin

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Christopher Schultz
Chaitanya, On 6/5/24 09:11, Chaitanya Gopisetti wrote: Also can you update on the End of life expected date for Tomcat 9.0.x version -Original Message- From: Christopher Schultz Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Mark Thomas
Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version Support and EOL Chaitanya, On 6/5/24 08:47, Chaitanya Gopisetti wrote: It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to kno

RE: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Chaitanya Gopisetti
Also can you update on the End of life expected date for Tomcat 9.0.x version -Original Message- From: Christopher Schultz Sent: Wednesday, June 5, 2024 6:37 PM To: users@tomcat.apache.org Subject: Re: Tomcat 9.0.xx JDK Version Support and EOL Chaitanya, On 6/5/24 08:47, Chaitanya

Re: Tomcat 9.0.xx JDK Version Support and EOL

2024-06-05 Thread Christopher Schultz
Chaitanya, On 6/5/24 08:47, Chaitanya Gopisetti wrote: It was mentioned that Tomcat 9.0.x supports java 8 and later. So wanted to know whether it supports Jdk 21? Also wanted to know the End of life expected date for Tomcat 9.0.x version. Tomcat 9 should run jut fine on any Java version from 8

Re: Tomcat 9.0.x on Windows crashing

2023-08-30 Thread Christopher Schultz
Daniel, On 8/28/23 14:37, Daniel Savard wrote: Le jeu. 24 août 2023 à 13:06, Christopher Schultz < ch...@christopherschultz.net> a écrit : Daniel, On 8/23/23 13:03, Daniel Savard wrote: I didn't specify the actual Tomcat version because the problem occurs under all versions. We are running

Re: Tomcat 9.0.x on Windows crashing

2023-08-28 Thread Daniel Savard
Le jeu. 24 août 2023 à 13:06, Christopher Schultz < ch...@christopherschultz.net> a écrit : > Daniel, > > On 8/23/23 13:03, Daniel Savard wrote: > > I didn't specify the actual Tomcat version because the problem occurs > under > > all versions. We are running a commercial web application and all o

Re: Tomcat 9.0.x on Windows crashing

2023-08-28 Thread Daniel Savard
Le mer. 23 août 2023 à 13:16, Robert Turner a écrit : > You can try adding: > > -XX:+HeapDumpOnOutOfMemoryError > -XX:HeapDumpPath=C:\HeapDump\java_pid.hprof > > to the Java options (in "Configure Tomcat") to capture heap dumps on out of > memory errors (adjust path to suit your configuration) >

Re: Tomcat 9.0.x on Windows crashing

2023-08-28 Thread Daniel Savard
Le jeu. 24 août 2023 à 02:29, Thomas Hoffmann (Speed4Trade GmbH) a écrit : > Hello Daniel, > > > -Ursprüngliche Nachricht- > > Von: Daniel Savard > > Gesendet: Mittwoch, 23. August 2023 19:03 > > An: users@tomcat.apache.org > > Betreff: Tomcat 9.0.x on Windows crashing > > > > Hi everyon

Re: Tomcat 9.0.x on Windows crashing

2023-08-24 Thread Christopher Schultz
Daniel, On 8/23/23 13:03, Daniel Savard wrote: I didn't specify the actual Tomcat version because the problem occurs under all versions. We are running a commercial web application and all of sudden after a while Tomcat is crashing without issuing any message. It is very likely due to the applic

Re: Tomcat 9.0.x on Windows crashing

2023-08-23 Thread Robert Turner
You can try adding: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=C:\HeapDump\java_pid.hprof to the Java options (in "Configure Tomcat") to capture heap dumps on out of memory errors (adjust path to suit your configuration) Robert On Wed, Aug 23, 2023 at 1:03 PM Daniel Savard wrote: > Hi

Re: Tomcat 9.0.N SimpleTcpCluster Max Cluster Sizing

2022-12-11 Thread Mark Thomas
On 12/12/2022 01:18, Tim N wrote: From the official documentation "The all-to-all replication is an algorithm that is only efficient when the clusters are small. For larger clusters, you should use the BackupManager" Any ideas on what the limit is or how to measure it? Any good articles? It i

Re: Tomcat 9.0.N Upgrading Minor Version In A Cluster

2022-12-11 Thread Mark Thomas
On 12/12/2022 01:16, Tim N wrote: Will session fail-over work b/w minor versions? i.e. can you cycle through upgrading Tomcat in a cluster from say 9.0.67 to 9.0.68? Generally, yes. But always check the change log and the migration guide in case we had to make a change that places some sort of

RE: Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-15 Thread Martin, Gerhardt A
Chris, really appreciate you taking some time to respond. See my replies inline below. > -Original Message- > From: Christopher Schultz > Sent: Thursday, October 14, 2021 12:19 PM > To: users@tomcat.apache.org > Subject: Re: Tomcat 9.0.x JDBC connection pool does no

Re: Tomcat 9.0.x JDBC connection pool does not always remove abandoned connections

2021-10-14 Thread Christopher Schultz
Gerhardt, On 10/12/21 13:27, Martin, Gerhardt A wrote: Running Tomcat 9.0.50 on Centos 7.9.x Linux and using Tomcat JDBC connection pool to connect to my application's databases. My app connects to about a dozen read only databases and one read/write database. Here is a typical resource defin

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-10-08 Thread Javateck
Thank you Mark Andrew > On Oct 8, 2021, at 1:44 AM, Mark Thomas wrote: > > On 07/10/2021 22:23, Javateck wrote: >> Hi Mark, >> Just wondering whether we have a radar to track this, will it be in release >> notes for next release? > > The fix is in 9.0.54 and is listed in the changelog. > >

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-10-08 Thread Mark Thomas
On 07/10/2021 22:23, Javateck wrote: Hi Mark, Just wondering whether we have a radar to track this, will it be in release notes for next release? The fix is in 9.0.54 and is listed in the changelog. Mark Thanks, Andrew On Sep 27, 2021, at 8:54 AM, Mark Thomas wrote: On 27/09/2021 15:

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-10-07 Thread Javateck
Hi Mark, Just wondering whether we have a radar to track this, will it be in release notes for next release? Thanks, Andrew > On Sep 27, 2021, at 8:54 AM, Mark Thomas wrote: > > On 27/09/2021 15:55, Mark Thomas wrote: >>> On 27/09/2021 09:08, Goldengate liu wrote: >>> Hi Mark, >>> >>>I’

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-09-28 Thread Javateck
Mark, Thank you very much for the quick fix Andrew > On Sep 27, 2021, at 8:54 AM, Mark Thomas wrote: > > On 27/09/2021 15:55, Mark Thomas wrote: >>> On 27/09/2021 09:08, Goldengate liu wrote: >>> Hi Mark, >>> >>>I’m uploading some test files >> Thanks for the test case. I'm looking at th

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-09-27 Thread Mark Thomas
On 27/09/2021 15:55, Mark Thomas wrote: On 27/09/2021 09:08, Goldengate liu wrote: Hi Mark,    I’m uploading some test files Thanks for the test case. I'm looking at this now. Bug found and fixed. One thing to note is that with chunked encoding it is possible for you to see isReady() retu

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-09-27 Thread Mark Thomas
On 27/09/2021 09:08, Goldengate liu wrote: Hi Mark,   I’m uploading some test files Thanks for the test case. I'm looking at this now. Mark   Below are the steps: 1. compile GetPayloadServlet.java and put it to webapps/test/WEB-INF/classes/test/ 2. put web.xml to webapps/test/WEB-INF/

Re: Tomcat 9.0 async read becomes blocking with chunked transfer-encoding

2021-09-27 Thread Goldengate liu
Hi Mark,  I’m uploading some test files GetPayloadServlet.java Description: Binary data HttpPostTest.java Description: Binary data web.xml Description: XML document   Below are the steps: 1. compile GetPayloadServlet.java and put it to webapps/test/WEB-INF/classes/test/ 2. put web.xml to webap

Re: Tomcat 9.0 async read becomes blocking

2021-09-22 Thread Mark Thomas
On 22/09/2021 08:22, Goldengate liu wrote: Hi Chris, Servlet 3.1 spec defines that ServletInputStream can be used to read as non-blocking way as long as there is data ready locally by calling isReady method and check the ready condition before calling read, and read should throw IllegalStateEx

Re: Tomcat 9.0 async read becomes blocking

2021-09-22 Thread Goldengate liu
>> Hi Chris, >> Servlet 3.1 spec defines that ServletInputStream can be used to read as >> non-blocking way as long as there is data ready locally by calling isReady >> method and check the ready condition before calling read, and read should >> throw IllegalStateException if called by caller wh

Re: Tomcat 9.0 async read becomes blocking

2021-09-21 Thread Mark Thomas
On 21/09/2021 23:01, Javateck wrote: Hi Chris, Servlet 3.1 spec defines that ServletInputStream can be used to read as non-blocking way as long as there is data ready locally by calling isReady method and check the ready condition before calling read, and read should throw IllegalStateExcepti

Re: Tomcat 9.0 async read becomes blocking

2021-09-21 Thread Javateck
Hi Chris, Servlet 3.1 spec defines that ServletInputStream can be used to read as non-blocking way as long as there is data ready locally by calling isReady method and check the ready condition before calling read, and read should throw IllegalStateException if called by caller when data is not

Re: Tomcat 9.0 async read becomes blocking

2021-09-21 Thread Christopher Schultz
Andrew, On 9/21/21 13:54, Javateck wrote: Hi, With NIO connector with Servlet 3.1 support, I’m registering with a ReadListener, while it got the first read signal from tomcat container (I tried 9.0.19 and 9.0.53), the read call is blocked after isReady returns true if (ServletInputStream.

Re: Tomcat 9.0 async read becomes blocking

2021-09-21 Thread Javateck
It’s happening in chunk encoding > On Sep 21, 2021, at 10:54 AM, Javateck wrote: > > Hi, > > With NIO connector with Servlet 3.1 support, I’m registering with a > ReadListener, while it got the first read signal from tomcat container (I > tried 9.0.19 and 9.0.53), the read call is blocked af

Re: Tomcat 9.0

2021-04-08 Thread Martin Grigorov
Hi, On Thu, Apr 8, 2021 at 3:25 AM Mohamed Eliyas Abdul Kadar < mohamed.ka...@neogenomics.com> wrote: > Hi All > I am planning to use Tomcat for my development server. Initially we > planned to go with version Tomcat 9.0.41. Now I see newer versions are > release on top of that and see the latest

RE: Tomcat 9.0

2021-04-07 Thread jonmcalexander
Tomcat 9.0.45 was released on 4/6/2021. Dream * Excel * Explore * Inspire Jon McAlexander Infrastructure Engineer Asst Vice President Middleware Product Engineering Enterprise CIO | Platform Services | Middleware | Infrastructure Solutions 8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Madhan, On 6/12/20 00:57, Madhan Raj wrote: > Just attached the outputs logs and my server.xml including my > ecdsa cert. in keystoreand s_client outputs.txt file i have > attached all the required cert and keystore outputs. In-line would be better

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-11 Thread Madhan Raj
Hi Chris, Just attached the outputs logs and my server.xml including my ecdsa cert. in keystoreand s_client outputs.txt file i have attached all the required cert and keystore outputs. What client are you using to attempt the handshake? i am using openssl command line utility to test What error(

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Madhan, On 6/10/20 22:08, Madhan Raj wrote: > Any insights please . How did you create your certificate? What are the details of your certificate and key? For example, which curve are you using? How many key bits? What type of signature on the cer

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-10 Thread Madhan Raj
Hi all, Any insights please . Thanks, Madhan On Thu, 4 Jun, 2020, 11:12 pm Madhan Raj, wrote: > Hi Christopher, > > Yes you correct I can only complete a handshake with RSA cert, not ECDSA > cert. when i try to connect with ECDSA ciphers using s_client negotiation > fails. > Madhan > > On Thu,

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-04 Thread logo
Madhan, > Am 04.06.2020 um 18:41 schrieb Christopher Schultz > : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Madhan, > > On 6/3/20 21:08, Madhan Raj wrote: >> OS - CentOS 7.6.1810( Core) >> >> Below connector doesn't load my EC keystore whereas it works with >> RSA . Any insigh

Re: tomcat 9.0 doesn't load the ECDSA keystore. (ver # 9.0.24)

2020-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Madhan, On 6/3/20 21:08, Madhan Raj wrote: > OS - CentOS 7.6.1810( Core) > > Below connector doesn't load my EC keystore whereas it works with > RSA . Any insights please . When you say "doesn't load", what do you mean? Possible reasonable response

Re: Tomcat 9.0 - JDBC URL Help

2020-01-28 Thread Luis Rodríguez Fernández
Hello Crista, I do think that you can have more chances of get an answer for this in the Oracle Community [1] Anyway this is how our tns entries [2] looks like for our Oracle Databases: TNS_ENTRY_1_PROD=( DESCRIPTION=

Re: "Tomcat 9.0.x configuration file differences" broken

2019-03-20 Thread Greg Huber
for the fortunate, you can use http://meldmerge.org/ ok its local but works well. On Wed, 20 Mar 2019 at 09:58, Mark Thomas wrote: > On 20/03/2019 06:45, Dirk Gfrörer wrote: > > Hello, > > > > before upgrading our Tomcats I usually check for any changes within the > > catalina.policy, etc. file

Re: "Tomcat 9.0.x configuration file differences" broken

2019-03-20 Thread Mark Thomas
On 20/03/2019 06:45, Dirk Gfrörer wrote: > Hello, > > before upgrading our Tomcats I usually check for any changes within the > catalina.policy, etc. files. > > I use this URL > > https://tomcat.apache.org/migration-9.html > > scroll down to the very bottom and than click on the "View Differenc

Re: Tomcat 9.0 with security manager reports access denied

2019-02-11 Thread Kai Hofmann
Am 25.01.2019 um 21:58 schrieb Mark Thomas: > On 25/01/2019 20:34, Mark Thomas wrote: >> On 25/01/2019 11:12, Mark Thomas wrote: >>> On 24/01/2019 12:19, Kai Hofmann wrote: Hello, I try to activate the security manager for my own Application within Tomcat 9.0.x. The problem ist

Re: Tomcat 9.0 with security manager reports access denied

2019-01-25 Thread Mark Thomas
On 25/01/2019 20:34, Mark Thomas wrote: > On 25/01/2019 11:12, Mark Thomas wrote: >> On 24/01/2019 12:19, Kai Hofmann wrote: >>> Hello, >>> >>> I try to activate the security manager for my own Application within >>> Tomcat 9.0.x. The problem ist that I got 2 different access denied's >>> that shou

Re: Tomcat 9.0 with security manager reports access denied

2019-01-25 Thread Mark Thomas
On 25/01/2019 11:12, Mark Thomas wrote: > On 24/01/2019 12:19, Kai Hofmann wrote: >> Hello, >> >> I try to activate the security manager for my own Application within >> Tomcat 9.0.x. The problem ist that I got 2 different access denied's >> that should (from my point of view) not happen. So this m

Re: Tomcat 9.0 with security manager reports access denied

2019-01-25 Thread Mark Thomas
On 24/01/2019 12:19, Kai Hofmann wrote: > Hello, > > I try to activate the security manager for my own Application within > Tomcat 9.0.x. The problem ist that I got 2 different access denied's > that should (from my point of view) not happen. So this might be a bug - > but I am not 100% sure. > >

Re: Tomcat 9.0 M22 With HTTP 2.0 Without SSL

2017-07-29 Thread Mark Thomas
On 29 July 2017 14:17:38 BST, Mark Thomas wrote: >On 29 July 2017 09:49:19 BST, Muhammad Edwin >wrote: >>Hello all, >> >>Currently im installing Tomcat 9.0 for production usage, and been >>trying to >>implement HTTP 2.0 for it. >>But because there is no requirement from business user for SSL, so

Re: Tomcat 9.0 M22 With HTTP 2.0 Without SSL

2017-07-29 Thread Mark Thomas
On 29 July 2017 09:49:19 BST, Muhammad Edwin wrote: >Hello all, > >Currently im installing Tomcat 9.0 for production usage, and been >trying to >implement HTTP 2.0 for it. >But because there is no requirement from business user for SSL, so im >planning to implementing a common HTTP instead of HTTP