Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-28 Thread Remy Maucherat
Bela Ban wrote: Okay, checked in my changes. By default we're using JBossManager as session manager if a session is marked as distributed. Todo: TomcatDeployer currently has an ugly if-then-else stmt, which should be replaced by an init() method, or a regular lifecycle implemented by any

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-28 Thread Remy Maucherat
Scott M Stark wrote: Ok, I'll look at them. Forget it: updating the rest of the repository fixed the problems. (cool: one problem solved) Remy Maucherat wrote: Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test

[JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Brian Stansberry
Hi Remy, OK, switching a conversation from the TC list to the JBoss list. With TC5's SingleSignOn now easily extendable, if you'd like I can pretty quickly rework the TreeCache based implementation I posted on TC Bugzilla and commit it to JBoss HEAD and Branch_3_2. But, I'll need to hold off on

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Brian Stansberry wrote: Hi Remy, OK, switching a conversation from the TC list to the JBoss list. With TC5's SingleSignOn now easily extendable, if you'd like I can pretty quickly rework the TreeCache based implementation I posted on TC Bugzilla and commit it to JBoss HEAD and Branch_3_2. But,

RE: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Scott M Stark
Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Stansberry Sent: Tuesday, April 27, 2004 9:10 AM To: [EMAIL PROTECTED] Subject: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Scott M Stark wrote: Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a clustered env. I have already made this

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Bela Ban wrote: Scott M Stark wrote: Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a clustered env. I have

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Remy Maucherat wrote: Bela Ban wrote: Scott M Stark wrote: Yes, do it please. Is it possible to externalize the choice of the clustered session manager in tc5/jboss-x.y.z as well? It still seems to be a hard-coded auto installment whenever the embedded tc5 layer sees that it is running in a

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Remy Maucherat Sent: Tuesday, April 27, 2004 12:04 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn Bela Ban wrote: Scott M Stark wrote: Yes, do it please. Is it possible to externalize

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Bela Ban wrote: Yes, like the following snippet shows !-- Class of the session manager (used if context is marked as 'distributable'. Allowed values: - org.jboss.web.tomcat.tc5.session.JBossManager - org.jboss.web.tomcat.tc5.session.JBossCacheManager -- attribute

RE: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Scott M Stark
To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn Remy, you want to do it ? Or should I do it ? --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test case. I'm checking to see if my last commit caused the problem. -- x Rémy Maucherat Developer Consultant JBoss Group (Europe) SàRL

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Remy Maucherat
Remy Maucherat wrote: Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test case. I'm checking to see if my last commit caused the problem. I quickly disabled my changes and I still get the two failures:

RE: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Scott M Stark
PROTECTED] Subject: Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn Remy Maucherat wrote: Scott M Stark wrote: If you have it ready check it in Bela. Ok. BTW, I get two (security related) failures now with the web test case. I'm checking to see if my last commit

Re: [JBoss-dev] [Tomcat] Cluster Support for SingleSignOn

2004-04-27 Thread Bela Ban
Remy Maucherat wrote: Bela Ban wrote: Yes, like the following snippet shows !-- Class of the session manager (used if context is marked as 'distributable'. Allowed values: - org.jboss.web.tomcat.tc5.session.JBossManager -