Hi Andrew, Thanks for your help, Fnally I could use CAS in websphere. Additional to add the certificate into JVM keystore, I added the certificated in two Websphere keystores.
Regards, Oscar Javier Gómez R. Dirección de Informática y Desarrollo SuperIntendencia de Sociedades Av. El Dorado 46 - 80 - Bogotá D. C. - Colombia PBX (571) 2201000 - Ext 3020 [EMAIL PROTECTED] -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Andrew Petro Enviado el: Martes, 04 de Julio de 2006 03:53 p.m. Para: 'Yale CAS mailing list' Asunto: RE: How to compile CAS source Prabhu, Instead of modifying a CAS core class, I'd strongly suggest instead writing a new class, with your own package name and classname, and configuring CAS to use that instead. Then you can take advantage of the deployer Ant-driven build process. The idea is that the CAS project using Maven produces APIs and binary deliverables that constitutes the core of CAS, and you as a deployer produce configuration, extensions, and plugins that constitute your local usage of CAS. The Ant-driven deployer build process will build your classes against CAS core and build the resulting .war. Of course, this is an opensource product, and you can modify it and rebuild, but if you can avoid doing that, things are easier. If there's an extension point that you need that the core framework doesn't provide, please let the CAS developers know what it is -- maybe the extension point should be added. Andrew ________________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Prabhu Sent: Tuesday, July 04, 2006 1:23 AM To: [email protected] Subject: How to compile CAS source Hi all, I downloaded CAS-server source sometime back. I have made a small change to one of the Credentials Sources and now want to make my own custom build. I downloaded maven and tried giving, "mvn install". But the build didn't succeed giving some strange error. Can someone help me with the correct procedure. -- Prabhu Mobile: (91) 98414 05819 _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
