Siva said the following on 31/05/10 14:30:
<cfset this.mappings["/MachII"] = "/skeleton/MachII" />
Application specific mappings need to be an absolute directory (not relative) so you need to use ExpandPath() on them.

<cfset this.mappings["/MachII"] = ExpandPath("./MachII") />

As long as your host doesn't have a "." mapping (which is bad and should be removed), the "." should give you the directory in which the Application.cfc lives. You'll need a mapping for ColdSpring too.

.pjf

--
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to mach-ii-for-coldfusion@googlegroups.com
To unsubscribe from this group, send email to 
mach-ii-for-coldfusion-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

***New URLs as of April 29th, 2010***
SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to