I copied the syntax I believed to be correct for my application into  
the web.xml file inside the <web-app> tag:
   <filter>
     <filter-name>CAS Filter</filter-name>
     <filter-class>lilspit.cas.client.filter.CASFilter</filter-class>
     <init-param>
       <param-name>lilspit.cas.client.filter.loginUrl</param-name>
       <param-value>http://lilspit:8888/cas/login</param-value>
     </init-param>
     <init-param>
       <param-name>lilspit.cas.client.filter.validateUrl</param-name>
       <param-value>http://lilspit:8888/cas/serviceValidate</param- 
value>
     </init-param>
     <init-param>
       <param-name>org.monkeyspit.tp.cas.client.filter.serverName</ 
param-name>
       <param-value>http://monkeyspit.org:7001/auction/login/wl</ 
param-value>
     </init-param>
   </filter>

   <filter-mapping>
     <filter-name>CAS Filter</filter-name>
     <url-pattern>/cas-protected/*</url-pattern>

My application would not start correctly, I got exception errors.  
This message is located at the top of the web.xml :
      To use non XDoclet filters, create a filters.xml file that
     contains the additional filters (eg Sitemesh) and place it in your
     projects merge dir.  Don't include filter-mappings in this file,
     include them in a file called filter-mappings.xml and put that in
     the same directory.

Not sure what it means. Any help in figuring this out would be great.
cas server is running on Tomcat
My appliction is running on weblogic 8.1 sp4
thanks

Greg



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

Reply via email to