Coldfuson 9 built-in server change path
I have had to reinstall CF9 on windows 7 but lost IIS connect. After several trials, decided to use the built-in server for my development. Installed fine and get the administrator page under port 8500. I'd like to put that in my inetpub/wwwroot/ path and have access to CF sites via localhost at that inetpub/wwwroot location.
CF doc says can do this by changing the jrun-web.xml file under "virtual-mapping". I moved CFIDE to inetpub/wwwroot/ path
Adobe ColdFusion 9 * Using the built-in web server
I tried it with:
"
<virtual-mapping>
<resource-path>/*</resource-path>
<system-path>C:/inetpub/wwwroot/</system-path>
</virtual-mapping>
"
but gets 404 error for http://127.0.0.1:8500/CFIDE/administrator/index.cfm
"java.io.FileNotFoundException"
Would like to be able to keep everything where I have it in the inetpub/wwwroot folder rather than move all files to the CF9/wwwroot/ directory.
I'm guessing I have not changed the xml with the proper mapping.
Appreciate any help or advice.
Keith
