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
