Jose, > You're right. My experience with Java was NIL before I started to get > interested in CAS. Just for the record, in my case, running Apache > Tomcat, I needed to do the following to get RESTful services in CAS: > > 1. Get latest stable release from restlet.org > > http://www.restlet.org/downloads/ > > and from the release, the following jars under lib/: > > org.restlet.jar > org.restlet.ext.spring_2.5.jar > com.noelios.restlet.jar > com.noelios.restlet.ext.spring_2.5.jar > com.noelios.restlet.ext.servlet_2.5.jar
I was able to get the RESTful services working with Apache Tomcat (and CAS 3.3.5) by adding only the jar files listed above. I did not have to add the jar files below. > 2. Latest stable jars from CGlib > > http://sourceforge.net/projects/cglib/files/ > > 3. Latest stable jars from ASM/OW2 > > http://forge.ow2.org/projects/asm/ > > (all these jars should go inside the WEB-INF/lib path in Tomcat as well > as the cas-server-integration-restlet jar) Do you know what requires the CGlib jar file and the ASM/OW2 jar file? Thanks, Pat -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
