Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Create a new web site

Engaged ,
Dec 01, 2012 Dec 01, 2012

I just installed CF 10 on my computer and would like to create a new web site.

I would like to know should I just create a folder at C:\ColdFusion10\cfusion\wwwroot\ or at C:\inetpub\wwwroot or any admim tool to do so.

Your help and information is great appreciated,

Regards,

Iccsi,

645
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Dec 02, 2012 Dec 02, 2012

iccsi wrote:

I just installed CF 10 on my computer and would like to create a new web site.

I would like to know should I just create a folder at C:\ColdFusion10\cfusion\wwwroot\ or at C:\inetpub\wwwroot or any admim tool to do so.

Installing your website at C:\inetpub\wwwroot will make sense if you had configured ColdFusion to use IIS. In that case, you should transfer the contents of  \cfusion\wwwroot\ over to \inetpub\wwwroot\.

If you intend to use ColdFusion's in-built webserver then, yes, you c

...
Translate
Community Expert ,
Dec 02, 2012 Dec 02, 2012

iccsi wrote:

I just installed CF 10 on my computer and would like to create a new web site.

I would like to know should I just create a folder at C:\ColdFusion10\cfusion\wwwroot\ or at C:\inetpub\wwwroot or any admim tool to do so.

Installing your website at C:\inetpub\wwwroot will make sense if you had configured ColdFusion to use IIS. In that case, you should transfer the contents of  \cfusion\wwwroot\ over to \inetpub\wwwroot\.

If you intend to use ColdFusion's in-built webserver then, yes, you can create a new folder in C:\ColdFusion10\cfusion\wwwroot\. The site will then be reached through an address similar to http://localhost:8500/siteFolderName. However, you may create a new web site directly in the default location, C:\ColdFusion10\cfusion\wwwroot\.  Then the site will be reached through an address like http://localhost:8500.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Dec 02, 2012 Dec 02, 2012
LATEST

Thanks a million for the information and help,

Regards,

Iccsi,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources