> I have a problem regarding the mapping problem of remote > directory. I have listed down the my computer specs. > > 1:) I have running web server on one location and it is using > for the production server. which IP address is suppose 212.23.233.233 > 2:) Many computers are attached with it and its all running > on LAN. all computers have there local IP. like Computer > (A) 192.168.0.3 > (B) 192.168.0.4 > (C) 192.168.0.5 > > and now the problem is that my all files are stored on > Computer C and I want to access the file from my web server > let suppose. www.xyz.com/directory/abc.cfm In which I have > putted some lines like which run the files for example: > < a href="file://192.168.3.5/Live/Data/PartyVenue/abc.wav"> > Play </ a > > > Problem: If I run that page on local lan then its works. but > when I run from outer side of the LAN mean from another PC > except Lan then I shows the error that It didn't find the file. > > Please any one help me how could that problem would resolve > and how I map my remote directory to the coldfusion webserver.
You can't effectively use "file" URLs. Instead, you need to use HTTP URLs. You should configure your web server to access these filesystems by mapping them from the web server, and creating virtual directories to the mapped filesystems. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249854 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

