Re: Thread Pool Question

2023-12-06 Thread Christopher Schultz
William, On 12/5/23 14:39, William Crowell wrote: I should clarify the ask here… I have some long running JDBC queries against Oracle, and I do not want to tie up Tomcat’s web thread pool with them. I would only have between 1-10 threads in this pool. Executors aren't directly-accessible by

Re: (No members active in cluster group) Cannot discover members in cluster using Delta Manager with static membership Unicast

2023-12-06 Thread Manak Bisht
> Also, the documentation also says that the *distributable *tag is > deprecated and ignored since Tomcat 8 ( > https://tomcat.apache.org/migration-9) > *"The distributable attribute has been deprecated in 8.0 and specified > value is ignored."* > *Note for future readers: *In the previous email,

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-06 Thread Christopher Schultz
Sai Vamsi, On 12/5/23 08:57, Bodavula, Sai Vamsi Mohan Krishna (TR Technology) wrote: I have added my annotations in Catalina_opts ., and I am not able to see any Java Process with the JMX, neither the port is being listened. It came back to previous stage where Annotations are not on the JVM

Re: Looking for examples...

2023-12-06 Thread Christopher Schultz
Jon, On 12/5/23 19:02, Mcalexander, Jon J. wrote: I am trying to find decent examples for Property Replacements in Catalina.properties. I have an instance that is giving me the following Warning and it bugs me: Dec 05, 2023 5:48:51 PM org.apache.tomcat.util.digester.Digester

Re: Possible AbstractProtocol.waitingProcessors leak in Tomcat 9.0.75

2023-12-06 Thread Mark Thomas
I have spent some more time on this today and I am still unable to recreate these results on either Linux or Windows using the Snake WebSocket example that ships with Tomcat. To make progress I need a reproducible test case, ideally using the Tomcat examples from the latest release of any

Re: Looking for examples...

2023-12-06 Thread Chuck Caldarale
> On Dec 5, 2023, at 18:02, Mcalexander, Jon J. > wrote: > > I am trying to find decent examples for Proerty Replacements in > Catalina.properties. I have an instance that is giving me the following > Warning and it bugs me: > > Dec 05, 2023 5:48:51 PM

RE: Looking for examples...

2023-12-06 Thread Mcalexander, Jon J.
I was hoping to find some use cases with examples. 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 |

Re: [EXT] Re: Datadog _ JMX Integration facing connection issues.

2023-12-06 Thread Bodavula, Sai Vamsi Mohan Krishna (TR Technology)
Hello Christopher. Thanks for the response! Let me walk you through the Environment., I have a cluster and I am installing multiple microservices in the cluster. And one of the microservices I am integrating the JMX on of the microservices., and the mentioned IP of the pod is being changed

Re: (No members active in cluster group) Cannot discover members in cluster using Delta Manager with static membership Unicast

2023-12-06 Thread Manak Bisht
> I’m not a clustering expert, but perhaps the address value needs to be an > IP address accessible to the other machine in the cluster. The above > 127.0.0.1 (localhost) would appear to limit each receiver to the machine > it’s running on. > Yes, that was it. Replacing the address with "0.0.0.0"

Re: (No members active in cluster group) Cannot discover members in cluster using Delta Manager with static membership Unicast

2023-12-06 Thread Manak Bisht
Hi Mark Could you please clarify this? On Fri, Dec 1, 2023 at 3:40 PM Manak Bisht wrote: > The channelStartOptions setting is from the documentation > https://tomcat.apache.org/tomcat-8.5-doc/config/cluster.html > *"To start a channel without multicasting, you would want to use the value >

Re: (No members active in cluster group) Cannot discover members in cluster using Delta Manager with static membership Unicast

2023-12-06 Thread Manak Bisht
Thanks a lot for the informative reply, Chris. I really appreciate it. > If you have a good reason to disable stickness, I'd love to hear the > reasoning. > While both the DeltaManager and BackupManager solve my problem of autoscaling/failover without any re-logins required, I have noticed a lot

Re: (No members active in cluster group) Cannot discover members in cluster using Delta Manager with static membership Unicast

2023-12-06 Thread Deepak Lalchandani
Hi, Can you please  share what's going on in this post Thanks and Regards, Deepak Lalchandani On Wed, 6 Dec 2023, 10:59 pm Manak Bisht, wrote: > Hi Mark > Could you please clarify this? > > On Fri, Dec 1, 2023 at 3:40 PM Manak Bisht wrote: > > > The channelStartOptions setting is from

Re: 9.0.83 addSslHostConfig failures?

2023-12-06 Thread Daniel Skiles
Please disregard that, I got overexcited. It looks like you can query the operation, and it will return the correct name and the correct parameters, but when you try to run it, you get the following stack trace: Caused by: javax.management.ServiceNotFoundException: Cannot find operation

Re: Looking for examples...

2023-12-06 Thread Christopher Schultz
Jon, On 12/6/23 11:34, Mcalexander, Jon J. wrote: I was hoping to find some use cases with examples. I recently set up a local environment using the ServiceBindingPropertySource. The idea is that there are only a few options for configuring Tomcat-provided database connections for an

Re: Thread Pool Question

2023-12-06 Thread Deepak Lalchandani
Hi Tomcat users, Can you share the jsp code of thread pool so that I can analyse it Thanks and Regards, Deepak On Wed, 6 Dec 2023, 8:46 pm Christopher Schultz, < ch...@christopherschultz.net> wrote: > William, > > On 12/5/23 14:39, William Crowell wrote: > > I

Re: 9.0.83 addSslHostConfig failures?

2023-12-06 Thread Daniel Skiles
I've had no success digging into this. Is this a regression, or was this an intentional change? On Mon, Nov 27, 2023 at 8:56 AM Daniel Skiles wrote: > Thanks for taking a look. My lightly scrubbed connector example is > attached. > > On Tue, Nov 21, 2023 at 6:45 AM Michael Osipov > wrote: >

Re: 9.0.83 addSslHostConfig failures?

2023-12-06 Thread Daniel Skiles
I found the source of the problem 9.0.82 accepts the simple class name as a type parameter for the operation. 9.0.83 requires the canonical class name. On Wed, Dec 6, 2023 at 3:06 PM Daniel Skiles wrote: > I've had no success digging into this. > > Is this a regression, or was this an