You're missing the Schema information (that would be my guess): https://source.jasig.org/cas3/branches/cas-3_4_x_maintenance/cas-server-3.4.2/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml <https://source.jasig.org/cas3/branches/cas-3_4_x_maintenance/cas-server-3.4.2/cas-server-webapp/src/main/webapp/WEB-INF/deployerConfigContext.xml>
On Wed, May 4, 2011 at 9:44 AM, Paul Chauvet <[email protected]> wrote: > > That looks identical to mine: > > <property name="authenticationHandlers"> > <list> > <bean > class="org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler" > p:httpClient-ref="httpClient" /> > > ... > > <bean id="httpClient" class="org.jasig.cas.util.HttpClient"/> > > > Maybe you should post your whole deployerConfigContext.xml again in case I > missed something else. > > Andy > > > To prevent any formatting issues, I've posted the files at the links below > (not sure if I can attach files on the list): > > pom.xml: > http://www.newpaltz.edu/casconfig/pom.xml.txt > > deployerConfigContext.xml: > http://www.newpaltz.edu/casconfig/deployerConfigContext.xml.txt > > If it helps, I've tried this under Tomcat 6.0.32 and Tomcat 7.0.12. Both > on RHEL 5. > > I appreciate the time spent looking at these. > > - Paul > > -- > 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
