I came from PHP/MySQL background, and now I landed new back-end position as Coldfusion 9 developer. Im totally new with Coldfusion, so for learning and testing purposes I have installed CF on my localhost. On my localhost I have set and tested ORM, which worked perfectly, and it did not interfere with other parent folders. Once I uploaded my Application.cfc file to our main server, under site/project89/cfc/orm/
<cfcomponent>
<cfset this.name = "whatevername">
<cfset this.ormenabled = "true">
<cfset this.datasource = "name_db">
</cfcomponent>
It affected the whole parent server folders, including main "site" folder where we have all other coldfusion projects that were build before.
Is there a way to set ORM to affect only its own subdirectories and DO NOT make any changes to its parent folders?
Example, enable ORM for site/project89, and prevent ORM on other site/project**.
Any help or advise will be greatly appreciated, because where I work no one familiar with ORM and I can not afford to crash our server again.
Thank you.
Application.cfcbeing called for the other (parent) files? You can turn on request debugging in coldfusion admin and check which files are being loaded if your not sure - AlexPapplication.cfcsitting in thesite/project89folder? Edit: just read the question again - You need to move it there. - AlexPApplication.cfcseats in thesite/project89folder - crashtestxxx