> Now, if i just consider the cas application, when accessing > https://localhost:18443/cas/logout > I get : > "CAS in Unavailable, > With no logs anywhere so hard to figure out.
You need to get logging working. By default CAS writes logs to cas.log in the current working directory of the java process running Tomcat. You should customize the WEB-INF/classes/log4j.xml file to write logs to a well-known log file, such as /var/logs/cas.log. Once you have logging working, there should be an exception corresponding to the error above. Post that stack trace and we'll troubleshoot from there. 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
