Re: StaticMembers within Multiple Clusters

2023-01-27 Thread Christopher Schultz
Tim, On 1/25/23 11:26, Tim K wrote: Can you post the rest of that stack trace? Yes, here are 2 stack traces that were encountered. We basically had the cluster working for a few years. We introduced a new Valve for authentication purposes. Also, with this change we had to set a proxy in

Re: StaticMembers within Multiple Clusters

2023-01-25 Thread Tim K
> Can you post the rest of that stack trace? Yes, here are 2 stack traces that were encountered. We basically had the cluster working for a few years. We introduced a new Valve for authentication purposes. Also, with this change we had to set a proxy in CATALINA_OPTS, I'm not sure if that

Re: StaticMembers within Multiple Clusters

2023-01-18 Thread Christopher Schultz
Tim, On 1/15/23 12:26, Tim K wrote: I hate to bring back my original thread and I am probably not doing this correctly, but I've been seeing this message occur on my cluster. My tomcat is now at 9.0.70. Possibly there was a breaking change since I first started using the cluster?

Re: StaticMembers within Multiple Clusters

2023-01-15 Thread Tim K
I hate to bring back my original thread and I am probably not doing this correctly, but I've been seeing this message occur on my cluster. My tomcat is now at 9.0.70. Possibly there was a breaking change since I first started using the cluster? java.lang.NoClassDefFoundError: Could not

Re: StaticMembers within Multiple Clusters

2019-02-12 Thread Tim K
On Tue, Feb 12, 2019, 3:17 AM Keiichi Fujino wrote: > > Are you using SSO(org.apache.catalina.authenticator.SingleSignOn)? > DeltaManager/BackupManager replicate sessions. They do not replicate SSO > entries. > > If you want to replicate SSO Entry in cluster, you can use > ClusterSingleSignOn. >

Re: StaticMembers within Multiple Clusters

2019-02-12 Thread Keiichi Fujino
2019年2月12日(火) 1:28 Tim K : > On Fri, Jan 18, 2019, 12:44 PM Tim K wrote: > > > On Fri, Jan 18, 2019 at 11:05 AM Christopher Schultz > > wrote: > > > > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA256 > > > > > > Tim, > > > > > > On 1/18/19 06:38, Tim K wrote: > > > > Thanks for this.

Re: StaticMembers within Multiple Clusters

2019-02-11 Thread Tim K
On Fri, Jan 18, 2019, 12:44 PM Tim K wrote: > On Fri, Jan 18, 2019 at 11:05 AM Christopher Schultz > wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Tim, > > > > On 1/18/19 06:38, Tim K wrote: > > > Thanks for this. The video helps explain it a bit better than the >

Re: StaticMembers within Multiple Clusters

2019-01-18 Thread Tim K
On Fri, Jan 18, 2019 at 11:05 AM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tim, > > On 1/18/19 06:38, Tim K wrote: > > Thanks for this. The video helps explain it a bit better than the > > documentation. So I set it up with a backup manager instead of

Re: StaticMembers within Multiple Clusters

2019-01-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 1/18/19 06:38, Tim K wrote: > Thanks for this. The video helps explain it a bit better than the > documentation. So I set it up with a backup manager instead of the > delta manager, changing the channelSendOptions to 6 for the > cluster.

Re: StaticMembers within Multiple Clusters

2019-01-18 Thread Tim K
On Fri, Jan 18, 2019, 4:55 AM Mark Thomas On 18/01/2019 01:40, Tim K wrote: > > On Thu, Jan 17, 2019, 3:36 PM Mark Thomas > > >> On 17/01/2019 15:28, Tim K wrote: > >> > >>> With the DeltaManager, instead of it notifying all nodes when sessions > >> get > >>> established, is there a way for it

Re: StaticMembers within Multiple Clusters

2019-01-18 Thread Mark Thomas
On 18/01/2019 01:40, Tim K wrote: > On Thu, Jan 17, 2019, 3:36 PM Mark Thomas >> On 17/01/2019 15:28, Tim K wrote: >> >>> With the DeltaManager, instead of it notifying all nodes when sessions >> get >>> established, is there a way for it to only share that single node's >>> sessions during a

Re: StaticMembers within Multiple Clusters

2019-01-17 Thread Tim K
On Thu, Jan 17, 2019, 3:36 PM Mark Thomas On 17/01/2019 15:28, Tim K wrote: > > > With the DeltaManager, instead of it notifying all nodes when sessions > get > > established, is there a way for it to only share that single node's > > sessions during a shutdown event of that particular node? For

Re: StaticMembers within Multiple Clusters

2019-01-17 Thread Mark Thomas
On 17/01/2019 15:28, Tim K wrote: > With the DeltaManager, instead of it notifying all nodes when sessions get > established, is there a way for it to only share that single node's > sessions during a shutdown event of that particular node? For example, > node 1 of 8 has 5 sessions on it. When

Re: StaticMembers within Multiple Clusters

2019-01-17 Thread Tim K
On Tue, Jan 15, 2019, 3:14 PM Mark Thomas On 15/01/2019 18:36, Tim K wrote: > > > Question: what's considered a "large" cluster I've seen a lot of > > documentation about small vs large but I'd like to know what is > considered > > large. Could the DeltaManager handle one single cluster

Re: StaticMembers within Multiple Clusters

2019-01-15 Thread Mark Thomas
On 15/01/2019 18:36, Tim K wrote: > Question: what's considered a "large" cluster I've seen a lot of > documentation about small vs large but I'd like to know what is considered > large. Could the DeltaManager handle one single cluster (all-to-all) with > 8 members with 8GB allocated to each

Re: StaticMembers within Multiple Clusters

2019-01-15 Thread Tim K
On Tue, Jan 15, 2019, 12:51 PM Tim K On Tue, Jan 15, 2019, 4:10 AM Keiichi Fujino >> Hi >> >> If you use StaticMembershipInterceptor, you must set the >> Cluster#channelStartOptions to 3 to avoid starting membershipservice. >> If you are using Tomcat 9, you can also use StaticMembershipService

Re: StaticMembers within Multiple Clusters

2019-01-15 Thread Tim K
On Tue, Jan 15, 2019, 4:10 AM Keiichi Fujino Hi > > If you use StaticMembershipInterceptor, you must set the > Cluster#channelStartOptions to 3 to avoid starting membershipservice. > If you are using Tomcat 9, you can also use StaticMembershipService instead > of StaticMembershipInterceptor. > >

Re: StaticMembers within Multiple Clusters

2019-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Keiichi, On 1/15/19 04:10, Keiichi Fujino wrote: > Hi > > If you use StaticMembershipInterceptor, you must set the > Cluster#channelStartOptions to 3 to avoid starting > membershipservice. If you are using Tomcat 9, you can also use >

Re: StaticMembers within Multiple Clusters

2019-01-15 Thread Keiichi Fujino
Hi If you use StaticMembershipInterceptor, you must set the Cluster#channelStartOptions to 3 to avoid starting membershipservice. If you are using Tomcat 9, you can also use StaticMembershipService instead of StaticMembershipInterceptor. 2019年1月10日(木) 22:39 Tim K : > On Wed, Jan 9, 2019, 2:16

Re: StaticMembers within Multiple Clusters

2019-01-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 1/10/19 08:30, Tim K wrote: > On Wed, Jan 9, 2019, 2:16 PM Christopher Schultz < > ch...@christopherschultz.net wrote: > > Tim, > > On 1/9/19 10:39, Tim K wrote: I'm trying to split 4 separate tomcat instances into 2 clusters

Re: StaticMembers within Multiple Clusters

2019-01-10 Thread Tim K
On Wed, Jan 9, 2019, 2:16 PM Christopher Schultz < ch...@christopherschultz.net wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tim, > > On 1/9/19 10:39, Tim K wrote: > > I'm trying to split 4 separate tomcat instances into 2 clusters > > (2x2) to try and avoid the all-to-all

Re: StaticMembers within Multiple Clusters

2019-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tim, On 1/9/19 10:39, Tim K wrote: > I'm trying to split 4 separate tomcat instances into 2 clusters > (2x2) to try and avoid the all-to-all traffic, but even when > setting up the Receiver and Static members to only speak to 1 other > instance,