OK - it works now. I just created a brand new maven webapp and included the cas client dependency. When doing this I noticed that commons-logging was pulled in as well, which was what was missing from the lib folder of the examples webapp that comes with tomcat. Should this be added to the wiki tutorial? I can file a JIRA for this if we think it adds value.
Also - I noticed that the servlet-2.3.jar was pulled in as well. It would be helpful if this were marked as a <scope>provided</scope> in project's pom. Cheers, - Ole Ole Ersoy wrote: > Hi, > > I'm trying to get the wiki example setup on Tomcat 6.0.14 and I get a > SEVERE: Error filterStart, in the log during startup, which causes the > /examples app to startup to fail. I have https working fine, and my > web.xml cas filter is setup like this: > > <filter> > <filter-name>CAS Filter</filter-name> > <filter-class>edu.yale.its.tp.cas.client.filter.CASFilter</filter-class> > <init-param> > <param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name> > <param-value>https://localhost.localdomain:8443/cas/login</param-value> > </init-param> > <init-param> > <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name> > <param-value>https://localhost.localdomain:8443/cas/serviceValidate</param-value> > > > </init-param> > <init-param> > <param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name> > <param-value>localhost.localdomain:8080</param-value> > </init-param> > </filter> > > <filter-mapping> > <filter-name>CAS Filter</filter-name> > <url-pattern>/servlet/HelloWorldExample</url-pattern> > </filter-mapping> > > Any ideas on how to debug this? Also it seems like there are 2 cas > clients. Right now I'm using 2.1.1. Should I be using 3.1 with Tomcat 6? > > Thanks, > - Ole > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
