On 9/23/05, Michael Dinowitz <[EMAIL PROTECTED]> wrote:
> I'm using the CF developer edition on internal web server and I'd like to map 
> another drive. Does anyone know the xml file and location to do this? 
> Basically, I have an external drive with 250 meg of comics that I'd like to 
> provide to a publisher to look through. Mapping the internal webserver to it 
> would be the best solution and if someone knows before I dig in, it'll save 
> me time.
>

In /WEB-INF/jrun-web.xml, add your mapping like so:

<virtual-mapping>
  <resource-path>/mycomics</resource-path>
  <system-path>D:/path/to/my/comics</system-path>
</virtual-mapping>

Restart the instance and off you go.

Regards,
Dave.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219092
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to