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 n

Re: How to Disable / turn off the ETag header of Tomcat 7.0.92

2019-01-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, On 1/16/19 05:21, Ravi Kumar wrote: > Hi Chris & Mark, > > This is what I am doing in my web.xml file:- > > NoEtagFilter > com.tibco.administrator.TestETagFilter > > > > NoEtagFilter > default> > REQUEST FORWARD > > > I don't hav

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 (all-to-

Re: javax.security.auth.subject within session

2019-01-17 Thread Mark Thomas
On 17/01/2019 14:06, Tim K wrote: > On Thu, Jan 17, 2019, 8:09 AM Mark Thomas >> On 17/01/2019 12:46, Tim K wrote: >>> When I dump the session object of an authenticated (JNDIRealm) user on my >>> local dev environment versus my development server, for some reason >>> the javax.security.auth.subj

Re: javax.security.auth.subject within session

2019-01-17 Thread Tim K
On Thu, Jan 17, 2019, 8:09 AM Mark Thomas On 17/01/2019 12:46, Tim K wrote: > > When I dump the session object of an authenticated (JNDIRealm) user on my > > local dev environment versus my development server, for some reason > > the javax.security.auth.subject shows up on the dev server but not m

Re: javax.security.auth.subject within session

2019-01-17 Thread Mark Thomas
On 17/01/2019 12:46, Tim K wrote: > When I dump the session object of an authenticated (JNDIRealm) user on my > local dev environment versus my development server, for some reason > the javax.security.auth.subject shows up on the dev server but not my > local. I also spun up a docker container wit

javax.security.auth.subject within session

2019-01-17 Thread Tim K
When I dump the session object of an authenticated (JNDIRealm) user on my local dev environment versus my development server, for some reason the javax.security.auth.subject shows up on the dev server but not my local. I also spun up a docker container with pretty much default tomcat config and ja