Hey Andy -- the log4j.properties in the CAS webapp should look like: log4j.logger.org.jasig=DEBUG # WARNING: Setting the flow package to DEBUG will display # the parameters posted to the login servlet including # cleartext authentication credentials log4j.logger.org.jasig.cas.web.flow=DEBUG log4j.logger.org.jasig.cas.authentication=DEBUG log4j.logger.org.jasig.cas.web.flow.TicketGrantingTicketCheckAction=DEBUG log4j.logger.org.jasig.cas.services.DefaultServiceRegistry=DEBUG log4j.logger.org.jasig.cas.services=DEBUG
...but you'll probably also find it helpful to turn on Kerberos debugging; how and where you do that depends on your application server, unfortunately. Which app server are you running? I've done this in both Tomcat and JBoss; I might be able to at least point you in the right direction for others, also... - Bill On Tue, Apr 13, 2010 at 10:50 AM, Andy Speagle <[email protected]> wrote: > Hi all... > > I feel like quite the newbie, but I'm running into trouble getting CAS + > SPNEGO working. However, the first problem I'm facing is determining how to > get debugging turned on for SPNEGO. My logs give me lots of DEBUG for the > springframework, but not for the jasig stuff. > > Can someone clue me in on the proper log4j configuration to make this > happen? > > Thanks, > > Andy Speagle > -- > 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 > -- Bill Markmann Counterpoint Consulting, Inc. (p) 571-338-2455 (f) 202-403-3425 (e) [email protected] (w) http://www.counterpointconsulting.com/ -- 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
