You're on CFMX 6.1? There's a bug that affects CFMX 6.1 on Windows where expandPath() does not respect mapped pathnames. It worked on OS X / Unix in 6.1. It works on all platforms in CFMX 7.0.x.
You either need to upgrade (to 7.0.x) or use a real path from your webroot. On 8/4/06, Marc Funaro <[EMAIL PROTECTED]> wrote:
And just for kicks, I modified reactor's config.cfc, inserting the following at line 137: <CFDUMP var="#expandPath(arguments.mapping)#"><CFABORT> Which gave me this in the output: D:\Advantex\Sites\ReactorSampleApp\www\ReactorSampleApp So it appears to ignore my CFMapping, and still expects there to be a directory under my app's www directory. Is this the expected behavior?
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
