For cases where you have 99% of your CFCs under a non-web-accessible root and need one or two methods exposed, consider using a proxy cfc - a cfc whose sole purpose is to route calls to the CFCs not under web roots. I _belive_ Sean Corfield has an article on this method on macromedia.com.
======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 2:02 PM > To: CF-Talk > Subject: RE: cfc path question > > > they can also be stored under cfusionx/customtags. This > makes them global to the server and not in your web root. > IIRC , these can't be called as webservices though. Is this > the case? I ran into this when playing with Flash and remoting stuff. > > Doug > > >-----Original Message----- > >From: Raymond Camden [mailto:[EMAIL PROTECTED] > >Sent: Monday, August 04, 2003 3:33 PM > >To: CF-Talk > >Subject: RE: cfc path question > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

