If you have CF running as local system, it will not see your network drives. You will need to set up cf running as a user, and make sure that that user has the drive mapping and appropriate access. You can have it run as you, but you will see the command prompt window when jrunsvc starts.
-----Original Message----- From: Wally Randall [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 12:56 PM To: CF-Talk Subject: Re: Virtual Directories under CF7 Developer Marlon, The virtual mapping seems to work OK for mapping to my local C:\ drive but not to a network "mapped" drive (ie: P:\PMNS\devwebsite\ ). Is the CF Website restricted to the local machine or do I need to provide a different mapping for network drives? > On 12/7/05, Wally Randall <[EMAIL PROTECTED]> wrote: > > 1. Can I set-up virtual directories to development websites on a > server from the CF built-in webserver? I want to map to sites on a > server with CM management but cannot figure out how to do this from > the built-in server. > > > > Yes you can. You'll need to edit your jrun-web.xml file. It should > be located in #MXInstall#\wwwroot\web-inf\ directory. > > These are the entries I have set up so that I can use a different > web-root than the standard #MXInstall#\wwwroot directory. > > <virtual-mapping> > <resource-path>/*</resource-path> > <system-path>C:/inetpub/wwwroot/</system-path> > </virtual-mapping> > > <virtual-mapping> > <resource-path>/CFIDE/*</resource-path> > <system-path>C:/CFusionMX7/wwwroot/CFIDE</system-path> > </virtual-mapping> > > <virtual-mapping> > <resource-path>/cfdocs/*</resource-path> > <system-path>C:/CFusionMX7/wwwroot/cfdocs</system-path> > </virtual-mapping> > > > Just set up other directories in the same fashion. BTW, the CFMX > server is case-sensitive on Win32 regarding virtual directories. > > > > -- > Marlon > > A spaceman came travelling on his ship from afar, > 'twas light years of time since his mission did start, > And over a village he halted his craft, > And it hung in the sky like a star, just like a star... > --Chris De Burgh, A Spaceman Came Travelling ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226465 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

