On May 1, 2004, at 8:21 AM, Dawson, Michael wrote:
Sean, do you still keep your site's CFCs "outside" the web root?

Yes, all of our CFCs (except for remotely accessible ones) are outside the web root. All our includes and custom tags are also outside the web root.


Are only the remoting CFCs located in the /remote directory?

Yes, although our actual structure is slightly more complicated because we really have something more like this:


        /wwwroot
                Application.cfm
                /{appname}
                        Application.cfm
                        index.cfm
                        /webservice
                                Application.cfm (if needed)
                                Remote.cfc
        /extensions
                /customtags
                        /{appname}
                /components
                        /{appname}
                /includes
                        /{appname}

There's more detail in both the CFMX 6.1 Coding Guidelines and the Mach II Development Guide:

        http://livedocs.macromedia.com/wtg/public/

Sean A Corfield -- http://www.corfield.org/blog/

"There are no solutions, only trade-offs."
-- Thomas Sowell

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email.


CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to