>As I was driving in to work today, I thought to myself, "Gee Barney, Java
>has the perfect solution to this, the CLASSPATH, why doesn't CF have one of
>those?" So I thought I'd pass the idea around, and see what people thought
>before I go running to Macromedia. I'm not sure the best way to implement
>it, but the CFAPPLICATION tag seems like a prime candidate:
>
><cfapplication
> cfcpath="/path/to/dir,/other/dir" />
>
>Then you could define the search path for CFCs at the application level
>(where it really ought to be, IMHO), rather than at the server instance
>level (which only works for dedicated instances, where server and app are
>the same level). That would also let you define the search path with your
>application config, rather than the server config, which has benefits, at
>least to me.
>
>Still have to have the server-level mappings and whatever else, but this
>would put control of CFCs back in the developer's hands, not in the server
>admins.
>
>What do people think about that kind of solution? I think it's a good one,
>but then I thought of it.
Sounds very similar to this thread (which discusses app-specific
custom tag directories):
http://www.houseoffusion.com/cf_lists/index.cfm?method=messages&ThreadID=30147&forumid=4𤻄
Jamie
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

