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
