Bonjour Arnaud,
Since you seem to know a bit of Websphere 6.1, I'll try to throw my comments directly to the mailing list. I also use CAS through Websphere 6.1 for this contract and I ran into some glitches. My CAS Server implementation uses JPA/Hibernate/Oracle 10G Since all my CAS Clients (5 web applications) use totally different MVC Frameworks including JSF, Tapestry and Spring MVC, I didn't want to use any Servlet Filters, I used the provided JAAS example which works perfectly and can be used as plugins to my apps since I also use JBoss for cross platform developments [I use a dummy JAAS client for JBoss, too lazy to install SSL]. http://www.ja-sig.org/wiki/display/CASUM/JAAS My only concern is IBM's implementation of the Servlet API is buggy. 1) I had to comment the language switching section in WEB-INF/view/jsp/default/ui/casLoginView.jsp since it crashes. 2) I am also trying to debug the service management web pages because WebSphere 6.1 has a bug when using fn:length even when applying their fix Fix Pack 9 (6.1.0.9) http://www.ibm.com/support/docview.wss?rs=180&uid=swg27007951#6109 My question is: Is there any per Application Server documentation section that I can refer to for all of these specific concerns that provides workaround @ CASUM webpages? http://www.ja-sig.org/wiki/display/CASUM/Home That will help guys like me flooding the mailing list with questions like this :-) Thanks, Brice ----------------------------------------- The information contained in this transmission may be privileged and confidential and is intended only for the use of the person(s) named above. If you are not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, any review, dissemination, distribution or duplication of this communication is strictly prohibited. If you are not the intended recipient, please contact the sender immediately by reply e-mail and destroy all copies of the original message. Please note that we do not accept account orders and/or instructions by e-mail, and therefore will not be responsible for carrying out such orders and/or instructions. If you, as the intended recipient of this message, the purpose of which is to inform and update our clients, prospects and consultants of developments relating to our services and products, would not like to receive further e-mail correspondence from the sender, please "reply" to the sender indicating your wishes. In the U.S.: 1345 Avenue of the Americas, New York, NY 10105.
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
