I am working on updating an existing application that currently does not 
leverage the power of LCDS. One of the big aspects of the application is that 
it needs to communicate with all other clients connected and update various 
bits of data in real time. This isn't really so much of my issue.

Currently when I write anything that needs to implement the built in version of 
lcds, I have to put all of my cfc's in the Coldfusion webroot as opposed to my 
apapche (user visible) webroot. I would prefer to have all of my cfc's for a 
particular project/destination reside in the apache webroot for that project.

My coldfusion Webroot is: /local/coldfusion8/wwwroot
My Apache webroot is: /www/<domain>/htdocs/

I am assuming that I need to modify my data-management-config.xml file so that 
my components are pointing to the right location. Is this the correct idea 
behind this? Or do I maybe need to setup some mapping with in coldfusion.

Any information anyone can throw my way would be greatly appreciated.

Reply via email to