Re: Using log4j for logging

2021-06-29 Thread Mark Thomas
On 29/06/2021 17:53, Niranjan Rao wrote: We are actually using log4j2, I should have been more clearer. Ack. Does this mean we don't have to use specialized juli jar and adapters and many of the stackoverflow answers are out of date? Yes. I have seen answers saying download juli adapter v

Re: Using log4j for logging

2021-06-29 Thread Niranjan Rao
We are actually using log4j2, I should have been more clearer. Does this mean we don't have to use specialized juli jar and adapters and many of the stackoverflow answers are out of date? I have seen answers saying download juli adapter version from tomcat version 7 and use it for 9 or similar

Re: 500 instances of tomcat on the same server

2021-06-29 Thread Christopher Schultz
Eric, On 6/28/21 13:08, Eric Robinson wrote: -Original Message- From: Christopher Schultz Sent: Monday, June 28, 2021 8:54 AM To: users@tomcat.apache.org Subject: Re: 500 instances of tomcat on the same server Eric, On 6/25/21 22:58, Eric Robinson wrote: We can run 75 to 125 instance

Re: 500 instances of tomcat on the same server

2021-06-29 Thread Christopher Schultz
All, On 6/29/21 11:33, Eric Robinson wrote: -Original Message- From: Berneburg, Cris J. - US Sent: Tuesday, June 29, 2021 7:16 AM To: users@tomcat.apache.org Subject: RE: 500 instances of tomcat on the same server Eric and Mark Just curious... Eric> We can run 75 to 125 instances of

Re: Strange error with JSP

2021-06-29 Thread Christopher Schultz
Konstantin, On 6/29/21 10:21, Konstantin Kolinko wrote: ср, 2 июн. 2021 г. в 23:16, Christopher Schultz : All, On 6/2/21 13:52, Christopher Schultz wrote: All, I don't do too much work with JSPs, but I do have a few quick-and-dirty administrative things including one called the "session sno

Re: TLSv1.3 Support in Tomcat

2021-06-29 Thread Christopher Schultz
Daniel, On 6/29/21 02:03, Daniel Savard wrote: https://wiki.openssl.org/index.php/TLS1.3#Ciphersuites TLSv1.3 supports 5 cipher suites and none is in your list. +1 Abirami, Also, you aren't providing any or other elements, so we can't tell what type of ey/cert you are using: RSA or EC?

RE: 500 instances of tomcat on the same server

2021-06-29 Thread Eric Robinson
> -Original Message- > From: Berneburg, Cris J. - US > Sent: Tuesday, June 29, 2021 7:16 AM > To: users@tomcat.apache.org > Subject: RE: 500 instances of tomcat on the same server > > Eric and Mark > > Just curious... > > Eric> We can run 75 to 125 instances of tomcat on a single Linux ser

Re: Strange error with JSP

2021-06-29 Thread Konstantin Kolinko
ср, 2 июн. 2021 г. в 23:16, Christopher Schultz : > > All, > > On 6/2/21 13:52, Christopher Schultz wrote: > > All, > > > > I don't do too much work with JSPs, but I do have a few quick-and-dirty > > administrative things including one called the "session snooper" which > > just dumps out loads of

RE: TLSv1.3 Support in Tomcat

2021-06-29 Thread Mark A. Claassen
My guess would be that whatever JRE webstart is using to launch does not support TLS 1.3. We used webstart for a long time, and this type of error looks pretty familiar. As I am sure you have experienced, just because the browser can connect (with its certifications, proxies, protocols, ...) d

RE: Strange error with JSP

2021-06-29 Thread Berneburg, Cris J. - US
Hi Chris Was there a final resolution to this? -- Cris Berneburg CACI Senior Software Engineer -Original Message- From: Christopher Schultz Sent: Wednesday, June 2, 2021 1:52 PM To: Tomcat Users List Subject: Strange error with JSP All, I don't do too much work with JSPs, but I do ha

RE: 500 instances of tomcat on the same server

2021-06-29 Thread Berneburg, Cris J. - US
Eric and Mark Just curious... Eric> We can run 75 to 125 instances of tomcat on a single Linux server Eric, Do you have or need a centralized way of managing all those instances? It sounds like different support groups connect to their own instances, if I understand correctly. Mark> if there

RE: TLSv1.3 Support in Tomcat

2021-06-29 Thread S Abirami
Hi ALL, Web UI launched successfully. Using a link in the web UI, we will download and launch a Java Web start Launcher (JNLP). JNLP is not opening, it is due to the problem in Tomcat or it is problem in the JDK. Following exception thrown javax.net.ssl.SSLException: Received fatal alert: prot

RE: TLSv1.3 Support in Tomcat

2021-06-29 Thread S Abirami
Hi Daniel, Thanks for the response. It's working after adding the cipher suites. I have one more question. In JDK 1.8, TLSv1.3 communication mentioned as half duplex policy communication and how about tomcat 9.0.46 whether it is half duplex and full duplex? Regards, Abirami.S -Original Mes

Re: Possible bug in http2 window size handling in tomcat 9.0.45

2021-06-29 Thread Mark Thomas
On 29/06/2021 09:26, Erik Nilsson wrote: Sorry but there seems to be no difference in the behaviour.. /Erik OK. Thanks for testing. I'm going to need those debug logs then to figure out what is going on. Mark Den mån 28 juni 2021 kl 20:44 skrev Mark Thomas : On 28/06/2021 15:11, Mark T

Re: Possible bug in http2 window size handling in tomcat 9.0.45

2021-06-29 Thread Erik Nilsson
Sorry but there seems to be no difference in the behaviour.. /Erik Den mån 28 juni 2021 kl 20:44 skrev Mark Thomas : > On 28/06/2021 15:11, Mark Thomas wrote: > > On 28/06/2021 10:53, Erik Nilsson wrote: > >> Yep, something seems to go wrong with the waitingFor field in > >> WindowAllocationManag

Re: Using log4j for logging

2021-06-29 Thread Mark Thomas
On 29/06/2021 01:11, Niranjan Rao wrote: Greetings, I wanted to setup log4j for tomcat logs and google searches seems to indicate that this is possible. Many articles speak about downloading tomcat-juli-adapters.jar from bin/extras directory. I found out that for tomcat version 9, extras dir