Hello.
 
I have changed deployerConfigContext and pom.xml and now I no longer get
a login page.  I get a 404 error.  I attached the tail of catalina.out.
 
Thanks for the help all.  I'm quite new to this so im learning as I go.
 
-tim

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Scott Battaglia
Sent: Thursday, October 04, 2007 2:04 PM
To: Yale CAS mailing list
Subject: Re: CAS and LDAP configuration questions


This may help:
http://www.ja-sig.org/wiki/display/CASUM/LDAP

-Scott


On 10/4/07, Richard Kheir <[EMAIL PROTECTED]> wrote: 

        ... Check for the connection type for your LDAP and set the
correct authentication handler with the correct settings.

         

        From: [EMAIL PROTECTED] [mailto:
[EMAIL PROTECTED] On Behalf Of Fluhr, Tim
        Sent: Thursday, October 04, 2007 2:28 PM
        To: [email protected]
        Subject: CAS and LDAP configuration questions

         

        Hello all.

         

        I'm trying to get CAS to authenticate against my LDAP but I
think I am missing something.  I am able to authenticate using the
NetID=password method without any problems.  I am not able to, however,
authenticate using any valid LDAP credentials.  I get the following
errors...

         

        The credentials you provided cannot be determined to be
authentic.

         

        and from catalina.out...

         

        2007-10-04 13:24:15,248 INFO
[org.jasig.cas.authentication.AuthenticationManagerImpl] -
<AuthenticationHandler:
org.jasig.cas.authentication.handler.support.SimpleTestUsernamePasswordA
uthenticationHandler failed to authenticate the user which provided the
following credentials: drupal>

         

        Do I have to create a cas.war in the cas-server-support-ldap
directory and then move it to webapps?  This is where I am stuck.  Any
help would be appreciated.

        
        Thanks.

         

        -tim


        _______________________________________________
        Yale CAS mailing list
        [email protected]
        http://tp.its.yale.edu/mailman/listinfo/cas
        
        




-- 
-Scott Battaglia

LinkedIn: http://www.linkedin.com/in/scottbattaglia 
2007-10-04 14:33:02,780 ERROR 
[org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/cas]] - 
<Exception starting filter Acegi Filter Chain Proxy>
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find 
class [org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource] for 
bean $
Caused by:
java.lang.ClassNotFoundException: 
org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1355)
        at 
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201)
        at org.springframework.util.ClassUtils.forName(ClassUtils.java:201)
        at 
org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:327)
        at 
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1075)
        at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:282)
        at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
        at 
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at 
org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62)
        at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
        at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
        at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
        at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
        at 
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
        at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
        at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
        at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
        at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
        at 
org.apache.catalina.core.StandardService.start(StandardService.java:450)
        at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
        at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:177)
Oct 4, 2007 2:33:02 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Oct 4, 2007 2:33:02 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Oct 4, 2007 2:33:02 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/cas] startup failed due to previous errors
Oct 4, 2007 2:33:03 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8180
Oct 4, 2007 2:33:03 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Oct 4, 2007 2:33:03 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/174  config=null
Oct 4, 2007 2:33:03 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Oct 4, 2007 2:33:03 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 4261 ms
Oct 4, 2007 2:34:11 PM org.apache.struts.action.RequestProcessor processMapping
SEVERE: Invalid path was requested /login
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to