RE: Argument Type Mismatch

2003-12-02 Thread Hart, Justin
so just as optimally as any implementation creating the pairing with Session ID (which is a 1 time shot anyway). Justin -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 8:38 PM To: Tomcat Users List Subject: Re: Argument Type Mismatch ahha - t

RE: Argument Type Mismatch

2003-12-02 Thread Hart, Justin
L PROTECTED] Sent: Monday, December 01, 2003 8:38 PM To: Tomcat Users List Subject: Re: Argument Type Mismatch ahha - the session won't have the password. But the Realm will. (or might not depending on implementation). Actually - the Principal could have the password if it extends Gener

Re: Argument Type Mismatch

2003-12-01 Thread Tim Funk
PROTECTED] Sent: Monday, December 01, 2003 8:10 PM To: Tomcat Users List Subject: Re: Argument Type Mismatch Ahh, I see. Why implement SessionListener which is tomcat specific when you can implement the Servlet specific ones in web.xml? Look at the code for SingleSignOn or any code that utilizes it

RE: Argument Type Mismatch

2003-12-01 Thread Hart, Justin
ionListener just not happening? How > is it possible, if at all, to add my own SessionListener? > > Justin > > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2003 7:29 PM > To: Tomcat Users List > Subject: Re: Argument Typ

Re: Argument Type Mismatch

2003-12-01 Thread Tim Funk
? How is it possible, if at all, to add my own SessionListener? Justin -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 7:29 PM To: Tomcat Users List Subject: Re: Argument Type Mismatch In server.xml, Listeners are LifeCycleListe

RE: Argument Type Mismatch

2003-12-01 Thread Hart, Justin
MAIL PROTECTED] Sent: Monday, December 01, 2003 7:29 PM To: Tomcat Users List Subject: Re: Argument Type Mismatch In server.xml, Listeners are LifeCycleListeners http://jakarta.apache.org/tomcat/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/LifecycleListener.html -Tim Hart, Justin w

Re: Argument Type Mismatch

2003-12-01 Thread Tim Funk
In server.xml, Listeners are LifeCycleListeners http://jakarta.apache.org/tomcat/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/LifecycleListener.html -Tim Hart, Justin wrote: I get an argument type mismatch error parsing my server.xml... Is there something wrong with this line

Argument Type Mismatch

2003-12-01 Thread Hart, Justin
I get an argument type mismatch error parsing my server.xml... Is there something wrong with this line? Justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]