On Tue, Mar 22, 2011 at 11:22 AM, mike <[email protected]> wrote: > Oh wow thank you again :) > > I've attempted to edit my log.xml to include a new location for the logfile > and also changed all of the "Warn" and "info" to debug because I believe I've > got everything set up properly now to connect to my AD for validation (I got > maven working, I ran a few demos to get some simple hard coded varifications > working, etc) Now i've put in the configuration to run off my ldap but users > aren't authenticating.
> When I have a failed attempt I was hoping it would create the log file where > I specified it to send it. It should indeed work as you said. Note the location of your cas log file: <param name="File" value="C:\Users\UserName\Desktop\cas.log" /> You need to ensure that the user that owns the Tomcat process has privileges to write to this directory. Also, I believe you may need to escape the \ character as \\, or use forward slashes in your file path. Please let me know which one, if either, works for you so we can document that in the wiki. 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
