You don’t necessarily have to 'abandon' the current approach you have. Technically, if you are working directly off of a deployed CAS instance already, one solution might be to directly download the JAR file and put it inside the lib directory of the CAS instance. However, it's possible that you may encounter another missing dependency later on when you start customizing the server and would have to manually find its JAR, etc so this wouldn’t be the way I'd go about it. (Simply stating the dependency in the deployed pom.xml won't work in this case because you'll need to actually invoke Maven to retrieve it for you when it packages the artifacts.)
The best and recommended way to deploy CAS is by following the WAR overlay method. If you are following the 'ASP.NET Example Website' tutorial, this is noted under the section 'Set up the CAS Server'. Once you have deployed CAS, you can then continue on with Visual Studio and the CASification of the .NET ExampleWebsite app in the tutorial. The overlay method makes it much easier down the road to make additional changes and customizations. So I'd start there. -Misagh -----Original Message----- From: Chris Whisenhunt [mailto:[email protected]] Sent: Wednesday, January 11, 2012 11:04 AM To: [email protected] Subject: RE:[cas-user] Problem with .Net Cas setup So I went back to the this tutorial:https://wiki.jasig.org/display/CASUM/HOWTO+CASifying+ASP.NET+WebApp+-+ExampleWebsite And at the bottom in the blue box where it says "Maven Dependency". I followed that and still get the same errors in the log. The pom.xml file that I edited is at the following location: apache-tomcat-7.0.23\webapps\cas-server-webapp-3.4.11\META-INF\maven\org.jasig.cas\cas-server-webapp\pom.xml That pom.xml file did not have that dependency in it so I placed it in there and restarted tomcat. Still not working. Is there not a tutorial somewhere that does step by step of how to install/configure cas on a windows server and then following that casifys a .net application? It seems that some of these tutorials are stepping over each other and I'm not sure which order to do them all in. -- 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
