This is just a guess, but you've deployed the Jasig CAS Client for Java with
configuration for the older deprecated Yale CAS Client.

You'll probably want to look at this configuration:
http://www.ja-sig.org/wiki/display/CASC/Configuring+the+JA-SIG+CAS+Client+for+Java+in+the+web.xml

Cheers,
Scott


On Wed, Nov 11, 2009 at 6:59 PM, Simone, John
<[email protected]>wrote:

>  I’m running…
>
>
>
> Bedework 3.5
>
> Tomcat 5.5.28
>
> CAS 3.1.3
>
>
>
> I copied the CAS jar file into the common/lib directory:
>
>
>
> cp /home/admin/cas-client-core-3.1.3.jar
> /usr/local/apache-tomcat/common/lib/
>
>
>
> I’ve inserted the following into the
> /usr/local/apache-tomcat/webapps/ucal/WEB-INF/web.xml file:
>
>
>
>   <filter>
>
>     <filter-name>CASFilter</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://centhirene.centenarycollege.edu/cas/login</param-value<https://centhirene.centenarycollege.edu/cas/login%3c/param-value>
> >
>
>     </init-param>
>
>     <init-param>
>
>
> <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name>
>
>       <param-value>
> https://centhirene.centenarycollege.edu/cas/serviceValidate</param-value<https://centhirene.centenarycollege.edu/cas/serviceValidate%3c/param-value>
> >
>
>     </init-param>
>
>     <init-param>
>
>       <param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name>
>
>       <param-value>10.200.2.237:8080</param-value>
>
>     </init-param>
>
>   </filter>
>
>   <filter-mapping>
>
>     <filter-name>CASFilter</filter-name>
>
>     <url-pattern>/*</url-pattern>
>
>   </filter-mapping>
>
>
>
> Tomcat starts, but the catalina.out log shows:
>
>
>
> Nov 11, 2009 3:05:26 PM org.apache.coyote.http11.Http11BaseProtocol init
>
> INFO: Initializing Coyote HTTP/1.1 on http-8080
>
> Nov 11, 2009 3:05:26 PM org.apache.catalina.startup.Catalina load
>
> INFO: Initialization processed in 737 ms
>
> Nov 11, 2009 3:05:26 PM org.apache.catalina.core.StandardService start
>
> INFO: Starting service Catalina
>
> Nov 11, 2009 3:05:26 PM org.apache.catalina.core.StandardEngine start
>
> INFO: Starting Servlet Engine: Apache Tomcat/5.5.28
>
> Nov 11, 2009 3:05:26 PM org.apache.catalina.core.StandardHost start
>
> INFO: XML validation disabled
>
> Nov 11, 2009 3:05:29 PM org.apache.catalina.core.StandardContext start
>
> *SEVERE: Error filterStart*
>
> Nov 11, 2009 3:05:29 PM org.apache.catalina.core.StandardContext start
>
> *SEVERE: Context [/ucal] startup failed due to previous errors*
>
> Nov 11, 2009 3:05:30 PM org.apache.catalina.startup.HostConfig deployWAR
>
> INFO: Deploying web application archive tzsvr.war
>
> Nov 11, 2009 3:05:31 PM org.apache.coyote.http11.Http11BaseProtocol start
>
> INFO: Starting Coyote HTTP/1.1 on http-8080
>
> Nov 11, 2009 3:05:31 PM org.apache.jk.common.ChannelSocket init
>
> INFO: JK: ajp13 listening on /0.0.0.0:8009
>
> Nov 11, 2009 3:05:31 PM org.apache.jk.server.JkMain start
>
> INFO: Jk running ID=0 time=0/79  config=null
>
> Nov 11, 2009 3:05:31 PM org.apache.catalina.storeconfig.StoreLoader load
>
> INFO: Find registry server-registry.xml at classpath resource
>
> Nov 11, 2009 3:05:31 PM org.apache.catalina.startup.Catalina start
>
> INFO: Server startup in 5512 ms
>
>
>
> I can load any page in Bedework, except when I attempt to access
> http://localhost:8080/ucal/ I get a 404 error.
>
>
>
> The localhost log file doesn’t reveal anything.
>
>
>
> I’ve tried about a dozen variations on this setup, but to no avail.  Please
> help if you can.
>
>
>
> Also:  Do you know where I might be able to find commercial/consultant
> support for Bedework and/or CAS?
>
>
> Thanks & Regards,
>
>
>
> John Simone
>
> *Software Engineer*
> Centenary College
> o. +1 (908) 852-1400 x2362
> c. +1 (973) 255-0106
>
> f. +1  (973) 440-1650
>
>
>
> P Please consider the environment - only print this e-mail if absolutely
> necessary.**
>
>
>
>
>
> --
> You are currently subscribed to [email protected] as: 
> [email protected]
>
> To unsubscribe, change settings or access archives, see 
> http://www.ja-sig.org/wiki/display/JSG/cas-user
>
>

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to