Help configuring multiple test sites

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Help configuring multiple test sites

    Greetings.
    I have a group of developers that work together on several in-house websites.

    I'd like to configure our desktops so that we can work on any of the websites
    at any time, locally.

    Is it possible to set up the stand alone version of the development server to
    host multiple sites on different ports, or would I need to install a webserver
    like Apache to do this? I'd like to use IIS, as we will be using that in
    production, but the Workstation version of IIS will only allow one website to
    be configured at a time (as far as I know).

    Any help or examples would be appreciated.

    -Andy

    randomlynch Guest

  2. Similar Questions and Discussions

    1. Multiple Sites + Multiple Languages + Unicode with Adobe Contribute ?
      Does Adobe Contributes allows you to maintan content in multiple language (with unicode support) over multiple web site (ie : www.myproduct.com,...
    2. Multiple users on multiple sites
      If several users edit their own sites using one pc with one version of Contribute, for example in a community venue, is it possible to issue...
    3. Managing test and live sites in Dreamweaver
      Hello ! Does anyone have any guidelines or best practices for managing one site that has different system test, user acceptance test and live...
    4. Questions with configuring multiple NIC's
      Hello, I'm currently running 5.3 on a HP Pavillion ze4420us laptop. Pretty much everything that I would like to get working works, with the...
    5. Test::Unit -- multiple errors in test method ???
      Hi ! I have been writing some unit tests with Test::Unit. I've noted that when an assertion fails in a test method, the remaining assertions...
  3. #2

    Default Re: Help configuring multiple test sites

    The JWS / development web server only will serve on one site / port. Best bet would be to go with an Apache install with multiple virtual hosts.
    preese Guest

  4. #3

    Default Re: Help configuring multiple test sites

    Apache was the route that I eventually choose. It seems to be working out fine. Thanks for the info.

    -Andy
    randomlynch Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139