I am running CAS and my CASified application on the same Glassfish instance, to 
eliminate network / SSL cert issues.  Hopefully this is the simplest case.

 

I am seeing very little in my cas.log file. (Like almost nothing). Here is my 
log4j settings:
I don't even see my clear text password.

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

I found these comments in web.xml and logj4.properties to be a little confusing:

<!-- Leave the listener commented-out if using JBoss -->
        <listener>
                <listener-class>
                        org.springframework.web.util.Log4jConfigListener
                </listener-class>
        </listener>


# For JBoss: Avoid to setup Log4J outside 
$JBOSS_HOME/server/default/deploy/log4j.xml!
# For all other servers: Comment out the Log4J listener in web.xml to activate 
Log4J.
log4j.rootLogger=ERROR, stdout, logfile

log4j.appender.stdout=org.apache.log4j.ConsoleAppender

I have tried commenting out the listener but the there is no change in behavior.




Bryan Wooten

[email protected]
Work: 801.585.9323
Cell: 801.414.3593


-----Original Message-----
From: Marvin Addison [mailto:[email protected]] 
Sent: Sunday, July 04, 2010 7:07 AM
To: [email protected]
Subject: Re: [cas-user] Still no luck logging out

> Do you see anything in your CAS server logs related to the HttpClient?

Also check your Apache/Tomcat access logs to see whether the request
is being made from the CAS server at the HTTP layer.  Firewalling and
network issues are a common cause of sign-out issues.

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

-- 
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

Reply via email to