Re: Help How to implement a valve ??

2005-09-25 Thread Ron Kiat
We're thinking of using JSF 1.2 that has the same EL as JSP 2.1.
Does Tomcat 5.5 support the incoming JSP 2.1 (with support for the new EL)?
 Thanks,
Ron Kiat
 On 9/24/05, Bovy, Stephen J [EMAIL PROTECTED] wrote:

 I would like to create a modified version of
 SingleSignOn valve,

 I copied it and re-named it ThreadSignOn

 But when I add the Valve / with my new valve name
 nothing happens.

 I had expected the same behaviour as the original,
 but that does not happen.

 What are the steps procedures ?
 What am I missing ?


 Stephen Bovy
 Computer Associates
 6100 Center Drive
 Suite 700
 Los Angeles, CA 90045
 Tel: (310) 957-3930
 Fax: (310) 957-3917
 e-mail: [EMAIL PROTECTED]

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




Re: Help How to implement a valve ??

2005-09-25 Thread Mark Thomas

Ron Kiat wrote:

We're thinking of using JSF 1.2 that has the same EL as JSP 2.1.
Does Tomcat 5.5 support the incoming JSP 2.1 (with support for the new EL)?
 Thanks,
Ron Kiat


No it does not. This will be part of Tomcat 6. Work on Tomcat 6 is 
unlikely to start until we have complete the transition to a TLP 
(hopefully in a few weeks time).


Mark



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



Help How to implement a valve ??

2005-09-23 Thread Bovy, Stephen J
 I would like to create a modified version of 
SingleSignOn valve,

I copied it and re-named it ThreadSignOn 

But when I add the Valve  /  with my new valve name 
nothing happens.   

I had expected the same behaviour as the original, 
but that does not happen.

What are the steps procedures ?
What am I missing ?


Stephen Bovy
Computer Associates
6100 Center Drive
Suite 700
Los Angeles, CA 90045
Tel: (310) 957-3930
Fax: (310) 957-3917
e-mail: [EMAIL PROTECTED]

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



Re: Help How to implement a valve ??

2005-09-23 Thread Mark Thomas
You need to extend the SingleSignOn valve as any valve doing single 
sign on must be an instance of SingleSignOn. Search AuthenticatorBase 
for SingleSignOn to see why.


Mark

Bovy, Stephen J wrote:
 I would like to create a modified version of 
SingleSignOn valve,


I copied it and re-named it ThreadSignOn 

But when I add the Valve  /  with my new valve name 
nothing happens.   

I had expected the same behaviour as the original, 
but that does not happen.


What are the steps procedures ?
What am I missing ?


Stephen Bovy
Computer Associates
6100 Center Drive
Suite 700
Los Angeles, CA 90045
Tel: (310) 957-3930
Fax: (310) 957-3917
e-mail: [EMAIL PROTECTED]

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








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



RE: Help How to implement a valve ??

2005-09-23 Thread Bovy, Stephen J
Thanks for the help ,,

Yes I was wondering if I would have to use extend.

I have another question  related to admin.

SingleSignOn has a re-authenticate Property which is set to false

The admin app does not display it or allow it to be changed ??

Why not ???

OK, so I create my new class with extend ??

What other files need to be changed ??

mbean descriptor files ?? which ones ?? where ?? why ???

Has anyone written a valve how-to refference guide ???


Stephen Bovy
Computer Associates
6100 Center Drive
Suite 700
Los Angeles, CA 90045
Tel: (310) 957-3930
Fax: (310) 957-3917
e-mail: [EMAIL PROTECTED]
-Original Message-
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 23, 2005 4:22 PM
To: Tomcat Developers List
Subject: Re: Help How to implement a valve ??

You need to extend the SingleSignOn valve as any valve doing single sign
on must be an instance of SingleSignOn. Search AuthenticatorBase for
SingleSignOn to see why.

Mark

Bovy, Stephen J wrote:
  I would like to create a modified version of SingleSignOn valve,
 
 I copied it and re-named it ThreadSignOn
 
 But when I add the Valve  /  with my new valve name 
 nothing happens.   
 
 I had expected the same behaviour as the original, but that does not 
 happen.
 
 What are the steps procedures ?
 What am I missing ?
 
 
 Stephen Bovy
 Computer Associates
 6100 Center Drive
 Suite 700
 Los Angeles, CA 90045
 Tel: (310) 957-3930
 Fax: (310) 957-3917
 e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 




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



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