Mark,

> This customer has instructed me to change the mapping from
> "farcry" to "post" and to change the virtual IIS directory
> from "farcry" to "post". 

You can change the IIS virtual directory to any string.  First, make the
change in IIS, then change the following in your _serverSpecificVars.cfm

application.url.farcry = application.url.webroot & "/post";

Update the application scope (?updateapp=1) and the effect will take place.

The "farcry" mapping in CF, however, is hard-coded (mappings names in CF
cannot be called dynamically) and cannot be changed.  Just for the record
this is a limitation in CF, not FarCry (technically it has to do with the
underlying Java, but who's counting :) ).
 
---
Jeff Coughlin
Web Application Developer
[EMAIL PROTECTED]
http://www.jeffcoughlin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to