What is the pgtIou used for?

yl405214@sohu.com yl405214 at sohu.com
Fri Jun 2 10:16:48 EDT 2006


Andrew:<p>Thank you! I think your reply is very helpful for me. <p>Now I have created a CAS server. I¡¯m successful to implement SSO in CAS1.0 model. Now I¡¯m trying to CASify a Web service which runs on weblogic. <p><p>I modified the Web.xml as follow:<p><p><?xml version="1.0" encoding="UTF-8"?><p><!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"><p><web-app><p>  <display-name>web-services</display-name><p>  	<!-- CAS --><p><filter><p>  <filter-name>CASFilter</filter-name><p>  <filter-class>edu.yale.its.tp.cas.client.filter.CASFilter</filter-class><p>  <init-param>    <param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name><p>    <param-value>https://172.21.14.43:8443/cas/login</param-value><p>  </init-param><p>  <init-param><p>    <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name>    <param-value>https://www.testcas.com:8443/cas/proxyValidate</param-value><p>  </init-pa!
 ram><p> <init-param><p>      <param-name>edu.yale.its.tp.cas.client.filter.serverName</param-name><p>      <param-value>172.21.14.94:7001</param-value><p>  </init-param><p><\filter><p><filter-mapping><p>  <filter-name>CASFilter</filter-name><p>  <url-pattern>/*</url-pattern><p></filter-mapping><p></web-app><p><p><p>But there are some errors when I start weblogic:<p><p><Error> <HTTP> <BEA-101165> <Could not load user<p> defined filter in web.xml: ServletContext(id=30731902,name=web-services,context<p>-path=/web-services) edu.yale.its.tp.cas.client.filter.CASFilter.<p><p>I know I forgot to add CASClient.jar into the weblogic. But which folder should I put it into? I tried a lot but I failed.<p><p>Please help me about it. Would you please give me a simple example to show how to CASify a web service runs on weblogic? Or list the steps that I need to do.<p><p>Thank you very much for so much help. I¡¯m very sorry to ask you a lot of questions. But I¡¯m eager to make it OK. <p>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20060602/a422fb8d/attachment.html


More information about the cas mailing list