This is new to me: I am looking into a ColdFusion website.
The problem is I cannot even find the connection string. In some qryXXX.cfm files, I find
<cfquery name="GetXXX" datasource="xxxx">
But I just cannot find where this datasource is stored.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The datasource is defined in the ColdFusion Administrator.
On a default developer install the CF Administrator is available at:
http://localhost:8500/CFIDE/administrator/index.cfm(On a server, it may or not be configured differently to this.)
Once logged in, on the left hand menu, go to section “Data & Services”, and the first entry is “Data Sources”, which is the area you want to go in.
Within this area, you will find a list of all defined datasources – the first icon in the Actions column lets you edit/view the details.
The actual data which the CF Administrator works with is stored in
{coldfusion-dir}/lib/neo-datasource.xml