SEVERE: Error filterStart
Scott Battaglia
scott.battaglia at gmail.com
Wed Jan 30 22:30:13 EST 2008
Are any other messages showing up in your catalina.out? CAS Client for Java
3.1 is where we will be putting our development efforts going forward.
However, the version you are using should still work fine.
-Scott
On Jan 30, 2008 5:43 PM, Ole Ersoy <ole.ersoy at gmail.com> 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
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
--
-Scott Battaglia
LinkedIn: http://www.linkedin.com/in/scottbattaglia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080130/ebc15030/attachment.html
More information about the cas
mailing list