Console accepts credentials, returns index.cfm
I have installed and set up Coldfusion 10 successfully. However I am unable to get into the console, loging in as admin. I can get in by setting ><var name='admin.security.enabled'><boolean value='false'/>
I have tried changing the password, and resetting it, but it still does this:
1. Hit admin console, and log in
a. logs show :
coldfusion-out
Oct 29, 2013 13:25:27 PM Error [ajp-bio-8012-exec-1] - An error occurred while updating authcache.
Oct 29, 2013 13:25:27 PM Information [ajp-bio-8012-exec-1] - An error occurred while fetching element from authcache.
Oct 29, 2013 13:25:27 PM Information [ajp-bio-8012-exec-1] - User admin logged in.
audit
"Information","ajp-bio-8012-exec-1","10/29/13","13:25:27","CFADMIN","User admin logged in."
2. While monitoring page I get a POST and a GET of index.cfm
So in summary, I am able to log in with the correct credentials, and Coldfusion recognizes this, but instead of redirectinginto the console, the index.cdm "refreshes".
I am front ending it with apache.
Has anyone else run into this problem?
