Does anyone know to create a virtual directoy using the built-in webserver in CFMX 6.1? I have to install a program on a WindowsXP Home edition computer. The program needs a virtual directory to be created to work properly.
directory. (A virtual mapping lets you map a resource path to a physical system path that might be outside the ColdFusion MX web root.) For example, the following entry sets a virtual path to the /usr/local/images directory on an external UNIX computer:
<virtual-mapping>
<resource-path>/images/*</resource-path>
<system-path>/usr/local/images</system-path>
</virtual-mapping>
Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. -Douglas Adams (1952-2001)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.