开发者

changing CF9 root directory wwwroot to Sites on mac

I have installed CF9 development edition and would like to change the web folder to Sites on my mac rather than wwwroot in the coldfusion 9 folder.

Any ideas how I can achieve this?

Thanks,

开发者_开发技巧

R.


You sure can. Here are the instructions: link text

Add any other questions you have.


(On windows) I usually just modify the web root path in jrun-web.xml.

http://help.adobe.com/en_US/ColdFusion/9.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd8.html

ie

<virtual-mapping> 
    <resource-path>/*</resource-path> 
    <system-path>C:/ColdFusion9/wwwroot</system-path> 
</virtual-mapping>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜