I am running CF8 Developer edition using the built-in web server. I want to change the web root to a non-default location, but keep CFIDE in the default location. I've followed the ColdFusion documentation for the first step by adding the following to jrun-web.xml:
<virtual-mapping> <resource-path>/*</resource-path> <system-path>C:/wwwroot/</system-path> </virtual-mapping> For the second step, I thought I could use a similar technique: <virtual-mapping> <resource-path>/CFIDE/</resource-path> <system-path>C:/ColdFusion8/wwwroot/CFIDE/</system-path> </virtual-mapping> but this doesn't work, and I can't reach the Administrator unless I put it inside the newly-defined webroot. Is there a way to get this to work? Thanks. Rebecca Younes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293288 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

