Yes, I could understand the configuration changes in web.xml as below.

<context-param>
       <param-name>edu.yale.its.tp.cas.serverName</param-name>
       <param-value>XXXXXX:8080</param-value>
            </context-param>

And then in the index.jsp which is the entry point to my web application as
below:

<%@ taglib uri="http://www.yale.edu/its/tp/cas/version2"; prefix="cas"%>

<cas:auth var="netID" scope="session">
   <cas:loginUrl>https://XXXXXX:8080/cas/login</cas:loginUrl>
  
<cas:validateUrl>https://XXXXXX:8080/cas/serviceValidate</cas:validateUrl>
   <cas:service>http://YYYYYY:8080/app/jsp/index.jsp</cas:service>
</cas:auth>

====================================

Please let me know about the next step. When I went through the cas
integration with Java client, I see some pieces of code like CAS JAva
objects using ServiceTicketValidator. Please let me know where to integrate
tehse codes as I am new to programming. Or do I don't need to take care of
that part. As you said if I am using web.xml, then how do I move on? Thanks.

Regards

scott_battaglia wrote:
> 
> If you're using the filters in the web.xml you should not have to directly
> access the ServiceTicketValidator.
> 
> -Scott
> 
> On 9/13/07, gopu_36 <[EMAIL PROTECTED]> wrote:
>>
>>
>> I am new to programming. I need to integrate CAS with java client. While
>> going through the documantation, I could understnd till web.xml and
>> adding
>> CAS tag library to jsp pages. I am wondering where the java objects would
>> be? where should I code for ServiceTicketValidator part? Any help would
>> be
>> greatly appreciated. Thanks.
>> --
>> View this message in context:
>> http://www.nabble.com/Cas-integration-with-Java-client%21-tf4434600.html#a12651544
>> Sent from the CAS Users mailing list archive at Nabble.com.
>>
>> _______________________________________________
>> Yale CAS mailing list
>> [email protected]
>> http://tp.its.yale.edu/mailman/listinfo/cas
>>
> 
> 
> 
> -- 
> -Scott Battaglia
> 
> LinkedIn: http://www.linkedin.com/in/scottbattaglia
> 
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Cas-integration-with-Java-client%21-tf4434600.html#a12666940
Sent from the CAS Users mailing list archive at Nabble.com.

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

Reply via email to