> I am seeing very little in my cas.log file. (Like almost nothing). Here is my > log4j settings:
If Glassfish is like JBoss, logging is best configured in the container instead of in the application. I can assure you that if you put flow in DEBUG, you should see all the data posted to the server in the login form including password. Your failure to see this seems to confirm that logging should be configured elsewhere in Glassfish. Again, I encourage you to review your container http access logs, wherever they are written. In some cases you have to explicitly enable logging of http requests, but there should be documentation somewhere out there describing how to do this in Glassfish. Reviewing access logs will confirm whether the CAS logout request is even making it to your host. Again, the most common problems for single sign out are SSL issues, firewalling, and network routing problems. You can rule out the last two by careful review of the access logs. M -- 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
