Seiichirou Hiraoka wrote: > I try following. > - Fix deployerConfigContext.xml > - Get spring-ldap-1.3.0.RELEASE-all.jar > - Copy above jar file to > /opt/tomcat/webapps/cas-server-webapp-3.3.2/WEB-INF/lib > - Start CAS > -> SUCCESS!
Glad it helped. It seems your manually tweaking the WAR file which I also did as CAS beginner. I'd recommend to make yourself familiar with the maven build method which automagically retrieves the necessary JAR files from the Maven repositories. It's not that hard to get used to it but it's a huge gain in deployment/upgrading speed. http://www.ja-sig.org/wiki/display/CASUM/Building+and+Deploying Ciao, Michael. -- 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
