Thanks once again for all the help on this. I really could not try out any of the suggested solutions since I found a way to override the behavior of the JetspeedFusionPortlet class. I intend to use one of the suggested solutions by David and Aaron and see if I can accomplish the same since that is the technically correct way. But I'm short on time so no time currently...:-(
This is more of a hack in my opinion....but somebody who is desperately looking for a quick soln. (in this case it was me) this may work. I just passed in the parameters into context I want in this class and made sure that the fusion.xreg was modified to point to the custom class that was written. I repdeployed my webapp and made sure that the local-portlets.xreg had the classname pointing it the custom JetspeedFusionPortlet class. Now my webapp filter can access parameters that were passed Regards, Archana -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Evans Sent: Wednesday, October 19, 2005 12:14 PM To: [email protected] Subject: Re: Re: HELP!! Jetspeed 1.6-Fusion question Archana Turaga <Archana.Turaga <at> intervoice.com> writes: > > Thanks for the tip and thanks for responding > > Is the SSO functionality easy to setup? The only issue I have is that > all the sessions within the container will be invalidated. Do you know > if there is a way to override this behavior? Since there could be other > webapps running, this behavior maybe not desirable. > Actually, I may have spoken too soon. Generally, it is pretty easy to set up tomcat SSO. BUT, it assumes that you are going to use the same authentication realm for any apps involved. Jetspeed 2 is built to use an authentication realm, so I know this will work so long as my other apps use it. However, I don't know if this is the case in Jetspeed 1. Then it would be a matter of adapting your other app to use the realm for authentication as well. For more on tomcat SSO, check out: http://tomcat.apache.org/tomcat-5.0-doc/config/host.html#Single%20Sign%2 0On and the SSO Valve section of: http://tomcat.apache.org/tomcat-5.0-doc/config/valve.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you are the intended recipient, you must treat the information in confidence and in accordance with all laws related to the privacy and confidentiality of such information. If you are not the intended recipient or their designee, please notify the sender immediately by return e-mail and delete all copies of this email, including all attachments. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
