David, I'm going beyond my expertise here, but my understanding is that we use maven overlay capabilities to build a customized .war file that includes the restful API as well as our own customizations in accordance with this page: http://www.ja-sig.org/wiki/display/CASUM/Maintaining+local+customization s+using+Maven+2
Maven seems to bring in all the .jar dependencies that are needed for the RESTful api in our .war file. I'm sorry that I'm not enough of an expert to diagnose why it is not working for you. David Ohsie EMC Corporation > -----Original Message----- > From: David Ruwoldt [mailto:[email protected]] > Sent: Friday, March 20, 2009 1:23 AM > To: [email protected] > Subject: Re: [cas-user] Monitoring of CAS > > Dear David, > > I have just built CAS 3.3 and I get the following in lib > > cas-server-integration-restlet-3.3.jar > com.noelios.restlet.ext.servlet-1.1-M4.jar > org.restlet-1.1-M4.jar > com.noelios.restlet-1.1-M4.jar > com.noelios.restlet.ext.spring-1.1-M4.jar > org.restlet.ext.spring-1.1-M4.jar > > This almost looks like 3.3.1 does not compile all the jars > for restlet. As I finish up now > I do not have time to copy the jars across and test them to > see if the server runs up. > > Yours sincerely > > David Ruwoldt > > David Ruwoldt wrote: > > Dear David, > > > > CAS 3.3.1, RHEL 5.3, java-1.6.0-sun-1.6.0.7, tomcat 5 > > I have tried to compile this in based on the web page and > then I get > > errors when I run up the war. > > > > SEVERE: Unable to find an implementation of the Restlet API. Please > > check your classpath. > > Mar 20, 2009 2:13:45 PM org.restlet.Restlet <init> > > SEVERE: Unable to fully initialize the Restlet. No Restlet engine > > available. > > > > Looking in the lib dir I find > > > > cas-server-integration-restlet-3.3.1.jar > > com.noelios.restlet.ext.spring-1.1.1.jar > > org.restlet-1.1.1.jar > > org.restlet.ext.spring-1.1.1.jar > > > > Looking in classes I do not see any file with rest in its name. > > > > Have I missed something? > > > > Yours sincerely > > > > David Ruwoldt > > > > [email protected] wrote: > >> Have you considered the use of the CAS RESTFUL interface > in conjunction > >> with cURL? > >> > >> http://www.ja-sig.org/wiki/display/CASUM/RESTful+API > >> http://curl.haxx.se/ > >> > >> David Ohsie > >> EMC Corporation > >> > >>> -----Original Message----- > >>> From: David Ruwoldt [mailto:[email protected]] Sent: > >>> Wednesday, March 18, 2009 9:20 PM > >>> To: [email protected] > >>> Subject: [cas-user] Monitoring of CAS > >>> > >>> Dear All, > >>> > >>> CAS 3.3.1, RHEL 5.3, Tomcat 5 > >>> > >>> We have groundwork which sits on top of Nagios. What I need to be > >>> able to do is monitor the ability to authenticate to CAS > through a > >>> command line script. Has anyone done this? Does anyone have any > >>> pointers? > >>> > >>> I have found soapUI which looks like it may be able to do > this for me > >>> but it needs a WSDL file which I am not familiar with. > >>> > >>> Any help would be very appreciated. > >>> > >>> Yours sincerely > >>> > >>> David Ruwoldt > >>> -- > >>> David Ruwoldt > >>> Senior Systems Specialist > >>> Information Technology Services > >>> Level 9, 9 Gawler Place > >>> ADELAIDE UNIVERSITY SA 5005 > >>> AUSTRALIA > >>> > >>> CRICOS Provider Number 00123M > >>> ----------------------------------------------------------- > >>> This email message is intended only for the addressee(s) > >>> and contains information that may be confidential and/or > >>> copyright. If you are not the intended recipient please > >>> notify the sender by reply email and immediately delete > >>> this email. Use, disclosure or reproduction of this email > >>> by anyone other than the intended recipient(s) is strictly > >>> prohibited. No representation is made that this email or > >>> any attachments are free of viruses. Virus scanning is > >>> recommended and is the responsibility of the recipient. > >>> > >>> -- > >>> 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 > >>> > >>> > >> > > > > -- > David Ruwoldt > Senior Systems Specialist > Information Technology Services > Level 9, 9 Gawler Place > ADELAIDE UNIVERSITY SA 5005 > AUSTRALIA > > CRICOS Provider Number 00123M > ----------------------------------------------------------- > This email message is intended only for the addressee(s) > and contains information that may be confidential and/or > copyright. If you are not the intended recipient please > notify the sender by reply email and immediately delete > this email. Use, disclosure or reproduction of this email > by anyone other than the intended recipient(s) is strictly > prohibited. No representation is made that this email or > any attachments are free of viruses. Virus scanning is > recommended and is the responsibility of the recipient. > > -- > 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 > > -- 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
