Roscoeh
Roscoeh

Reputation: 81

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.

Upvotes: 1

Views: 1924

Answers (2)

Leigh
Leigh

Reputation: 28873

(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>

Upvotes: 1

Sam Farmer
Sam Farmer

Reputation: 4118

You sure can. Here are the instructions: link text

Add any other questions you have.

Upvotes: 1

Related Questions