On Tue, Feb 17, 2009 at 11:19 AM, Michael A Jones <[email protected]>wrote:
> If I wanted to implement the Jasig CAS client, would I be able to set it > up easily with my existing CAS Server? > Yes, it will work with your existing CAS server. http://www.ja-sig.org/wiki/display/CASC/CAS+Client+for+Java+3.1 -Scott > > > *From:* Scott Battaglia [mailto:[email protected]] > *Sent:* 17 February 2009 15:37 > > *To:* [email protected] > *Subject:* Re: [cas-user] web.xml syntax issues with Casified Sun IDM > webapp > > > > On Tue, Feb 17, 2009 at 10:32 AM, Michael A Jones <[email protected]> > wrote: > > Hi there, > > > > Thanks for the advice. I hunted around in my Tomcat Logs and found further > explanation of the problem. The issue is to do with the CAS server hosted on > Tomcat not using HTTPS. > > You're most likely using the Yale CAS Client then, which checks the urls > for https. The Jasig CAS Client for Java does not (for better or worse, it > makes testing easier). > > -Scott > > > > > *From:* Scott Battaglia [mailto:[email protected]] > *Sent:* 17 February 2009 12:52 > *To:* [email protected] > *Subject:* Re: [cas-user] web.xml syntax issues with Casified Sun IDM > webapp > > > > It generally helps if you supply stuff like what CAS client you are using > of the actual error message. If you can't find the error message, try > increasing the logging on Tomcat (and sometimes they like to hide their > error messages in different log files). > > Off the top of my head, and not knowing the CAS client, those values look > fine. > > On Tue, Feb 17, 2009 at 6:13 AM, Michael A Jones <[email protected]> > wrote: > > Hi there, > > > > I have 2 CAS server setups, which work fine. One running on Apache and > another running on Tomcat on port 8080. I am using CAS with Sun Identity > Manager 8 and it works fine with the Apache hosted CAS Server, but not with > the one running on Tomcat port 8080. I have a feeling it is a syntax issue > possibly with the URL's. > > Below is how each of the filter paths to each of the servers is defined in > Sun Identity Managers 8's web.xml: > > > > If defined like this, this is ok: > > > > <param-value>https://AdCasServer/cas/Login</param-value> > > > > If defined like this, it doesn't work: > > > > <param-value>http://localhost:8080/cas/Login</param-value> > > > > The Tomcat I am using to host Sun IDM 8 running on port 8081 won't start > with the second URL, which is the location of my CAS server on Tomcat port > 8080. In the Tomcat 8081 catalina logs it has an error message saying: > SEVERE Error filter start. > > > > Can anyone suggest a solution? > > > > Regards > > > > Mike Jones > > > > Identity Management Systems Administrator > > e-sig > > University of Hull > > > > > > -- > > 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 > > > > ***************************************************************************************** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > > ***************************************************************************************** > > > > -- > > > > 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 > > > > ***************************************************************************************** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > > ***************************************************************************************** > > > > -- > > 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 > > > > ***************************************************************************************** > To view the terms under which this email is distributed, please go to > http://www.hull.ac.uk/legal/email_disclaimer.html > > ***************************************************************************************** > -- 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
