Re: Why org.apache.tomcat.util.threads.TaskQueue#offer doesn't have synchronized modifier?

2022-04-25 Thread zrlw
a large number of http requests: 400+

Re: Conditional access logs

2022-04-25 Thread Chris Cheshire
> On Apr 22, 2022, at 1:32 PM, Tim Funk wrote: > > I don't think there is a technical reason why it couldn't be added. I think > the hard part is getting the config wording/naming correct > > Alternatively, I think an out of the box workaround could also be Tomcat's > RewriteValve where the

Re: Conditional access logs

2022-04-25 Thread Chris Cheshire
> On Apr 22, 2022, at 7:21 PM, Aleks wrote: > > Hi. > >> On Thu, 21 Apr 2022 17:07:27 -0400 >> Chris Cheshire wrote: >> >> Tomcat 9. >> >> I wanted to separate out access logs for external api calls to log different >> info than the standard access log line. For example, the api key used

Re: Supporting languages

2022-04-25 Thread Christopher Schultz
M. Alghwell, On 4/20/22 15:02, M. Osama Alghwell wrote: I have an Oracle application and database. I am using Tomcat 9 but unfortunately Arabic language couldn't be used. Why not? What are you trying to do (specifically) and what happens when you try doing that? Any help? This probably has

Re: Why org.apache.tomcat.util.threads.TaskQueue#offer doesn't have synchronized modifier?

2022-04-25 Thread Christopher Schultz
To whom it may concern. On 4/21/22 01:50, z...@sina.com wrote: TaskQueue extendsLinkedBlockingQueue and most calls to TaskQueue.offer end up callingsuper.offer which provides the necessary thread-safety. 2. the issue is that TaskQueue.offer return false directly instead of calling supper.offer

Re: Tomcat 10 and Java 17

2022-04-25 Thread Mark Thomas
On 25/04/2022 08:18, Navin Chandra Mohan wrote: Hi Mark Thanks for the input, based on the comments, we tried to update the Java version to 17, but we are facing conflict during compilation, error shown below . We have multiple modules using Tomcat in the existing Java 8 setup. * "The package o

Re: Tomcat 10 and Java 17

2022-04-25 Thread Navin Chandra Mohan
Hi Mark Thanks for the input, based on the comments, we tried to update the Java version to 17, but we are facing conflict during compilation, error shown below . We have multiple modules using Tomcat in the existing Java 8 setup. * "The package org.apache.catalina.startup is accessible from more