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 Manager.
I disagree with that.

I wasn't able to compile yet, as I'm missing the latest security 
updates, checking out a fresh copy now...
Hmmm, it seems you forgot to commit stuff ;)

--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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 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: 
testUnsecureAnonEJBAccess and testUnsecureRunAsServlet in the 
WebIntegration test.
--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 that until
JBoss CVS is using TC 5.0.23.

Brian

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 26, 2004 2:01 PM
To: [EMAIL PROTECTED]
Subject: DO NOT REPLY [Bug 28039] - Cluster Support for SingleSignOn

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=28039.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28039

Cluster Support for SingleSignOn





--- Additional Comments From [EMAIL PROTECTED]  2004-04-26 22:00 ---
I had started reworking the code, but you were faster. So now I think only
an
extended valve is needed, but it will obviously go in the JBoss repository.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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, I'll need to hold off on that until
JBoss CVS is using TC 5.0.23.
I think Scott wants that feature in 3.2.4, so I'll update the Tomcat 
binaries in HEAD right away.

--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-04-27 Thread Scott M Stark
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.


Scott Stark
Chief 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
 
 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 that 
 until JBoss CVS is using TC 5.0.23.
 
 Brian
 



---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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 configurable, but not yet checked in

--
Bela Ban
Lead JGroups / JBossCache
Cell: (408) 316-4459
---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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 already made this configurable, but not yet checked in
By adding a new flag in jboss-service.xml ? (that's how I wanted to do it)

BTW, I'll also need to add a feature (if it's doable, I didn't test it, 
but I think it should be ok) to allow mapping a webapp to more than one 
vhost. This means a small change in the API which handles jboss-web.xml. 
Should I do that before or after 3.2.4 RC 2 ?

For the SSO clustering, a new Tomcat tag is needed (I've upgraded HEAD 
to the nightly).

--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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 clustered env.


I have already made this configurable, but not yet checked in


By adding a new flag in jboss-service.xml ? (that's how I wanted to do 
it)


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 
name=ManagerClassorg.jboss.web.tomcat.tc5.session.JBossManager/attribute

--
Bela Ban
Lead JGroups / JBossCache
Cell: (408) 316-4459
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-04-27 Thread Bela Ban
Remy, you want to do it ? Or should I do it ?

Scott M Stark wrote:

Hopefully its a new attribute in jboss-service.xml. Synch up and get 
it checked in please.


Scott Stark
Chief Technology Officer
JBoss Group, LLC



-Original Message-
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 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 configurable, but not yet checked in
By adding a new flag in jboss-service.xml ? (that's how I
wanted to do it)
BTW, I'll also need to add a feature (if it's doable, I
didn't test it, but I think it should be ok) to allow mapping
a webapp to more than one vhost. This means a small change in
the API which handles jboss-web.xml.
Should I do that before or after 3.2.4 RC 2 ?
For the SSO clustering, a new Tomcat tag is needed (I've
upgraded HEAD to the nightly).
--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x




---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


--
Bela Ban
Lead JGroups / JBossCache
Cell: (408) 316-4459
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149alloc_id66op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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 
name=ManagerClassorg.jboss.web.tomcat.tc5.session.JBossManager/attribute 
This looks good to me.

--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-04-27 Thread Scott M Stark
If you have it ready check it in Bela.


Scott Stark
Chief Technology Officer
JBoss Group, LLC
 
 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Bela Ban
 Sent: Tuesday, April 27, 2004 2:10 PM
 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 the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149alloc_id66op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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
x
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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: 
testUnsecureAnonEJBAccess and testUnsecureRunAsServlet in the 
WebIntegration test.

--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-04-27 Thread Scott M Stark
Ok, I'll look at them.


Scott Stark
Chief Technology Officer
JBoss Group, LLC
 
 
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Remy Maucherat
 Sent: Tuesday, April 27, 2004 3:22 PM
 To: [EMAIL 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 caused the problem.
 
 I quickly disabled my changes and I still get the two failures: 
 testUnsecureAnonEJBAccess and testUnsecureRunAsServlet in the 
 WebIntegration test.
 
 --
 x
 Rémy Maucherat
 Developer  Consultant
 JBoss Group (Europe) SàRL
 x
 
 
 ---
 This SF.Net email is sponsored by: Oracle 10g
 Get certified on the hottest thing ever to hit the market... 
 Oracle 10g. 
 Take an Oracle 10g class now, and we'll give you the exam FREE. 
 http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
 ___
 JBoss-Development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149alloc_id66op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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
- org.jboss.web.tomcat.tc5.session.JBossCacheManager
--
attribute 
name=ManagerClassorg.jboss.web.tomcat.tc5.session.JBossManager/attribute 


This looks good to me.



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 Manager.
I wasn't able to compile yet, as I'm missing the latest security 
updates, checking out a fresh copy now...

--
Bela Ban
Lead JGroups / JBossCache
Cell: (408) 316-4459


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development