Easiest CFMX and Web Server configuration

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Easiest CFMX and Web Server configuration

    I'm developing a demo application which uses a web server as its controller.
    Since I am on windows xp, using the built-in IIS, I can not have more than 2-3
    users connected to my IIS simultaneously without getting the error "Too many
    users are connected to your web server".

    Since I can't install Windows 2003 server on that machine, my obvious solution
    was to look for a web server instead of IIS, so I stumbled onto Tomcat.

    Since there are at least three different types of installations for CFMX, I
    wanted to ask which one I should pick if I only want a web server that is not
    limited by the amount of users accessing it and is capable of running CFM
    pages. I noticed there is a "Server Configuration", a "Multi-server
    configuration" and a "Developer Server". Since the Developer server clearly
    states it is limited in the amount of users that can access it I'm left with
    the other two options.

    One other dilemma I had is whether I chose wisely by going for Tomcat and
    CFMX. Is there a better alternative to IIS than Tomcat?

    Thanks in advance.

    Visualmaster Guest

  2. Similar Questions and Discussions

    1. Configuration Server
      Hello, I would have a question carrying about File Media Server 2, which functions under RedHat ES4, we would like that the messages of the logs...
    2. CFMX 7.0.2 initial configuration woes
      Hi, I've just installed the dev version of 7.0.2 on XP SP2 and am having problems runnig the initial configuration. It's a jRun 4 (multiserver)...
    3. CFMX 7 and mySQL 5 configuration
      All, I need help getting the CF 7 admin to recognize mySQL 5 on Windows XP on my local machine. I know that mySQL is working properly. I'm not...
    4. Server configuration
      cfForm tags such as "input file" and submit generate error. It works ok on my local server. Found similar problerm on one of the forum and it says...
    5. PHP Server Configuration
      I have a problem with my servers PHP configuration that is really begining to fustrate the heck out of me. I have an intranet resume building...
  3. #2

    Default Re: Easiest CFMX and Web Server configuration

    Tomcat is not really a web server. It is a Java application server. The same
    folks make Apache, which IS a web server.

    Unless you have a pressing reason otherwise, you're probably best off
    downloading and running Apache and then Installing CF -- configured to run on
    Jrun (which it ships with). Forget about Tomcat unless your sure you need it
    for some other reason.

    Apache will not limit your users like IIS.

    Good Luck,
    -- MikeR


    MikerRoo Guest

  4. #3

    Default Re: Easiest CFMX and Web Server configuration

    First of all, thx for taking the time to answer.

    Second, I'm a windows guy, until that user limit on IIS I really liked it. So,
    can you plz tell me if im correct by saying that I will download Apache for
    windows (web server), install CFMX in multi-server configuration (which
    includes JRUN the application server), and then I will be able to connect
    multiple users to the box?

    Visualmaster Guest

  5. #4

    Default Re: Easiest CFMX and Web Server configuration

    Hi Visualmaster,
    >on windows xp, using the built-in IIS, I can not
    >have more than 2-3 users connected to my IIS
    >simultaneously without getting the error "Too many
    >users are connected to your web server".
    I don't think IIS limits the amount of connections you can have and the
    limit on WinXP pro is 10 connections. This sounds like the problem might
    be that you are using the developer version of CF, which does limit you
    to connections from 2 IP addresses only.

    Regards,
    Roy F.




    Visualmaster wrote:
    > I'm developing a demo application which uses a web server as its controller.
    > Since I am on windows xp, using the built-in IIS, I can not have more than 2-3
    > users connected to my IIS simultaneously without getting the error "Too many
    > users are connected to your web server".
    >
    > Since I can't install Windows 2003 server on that machine, my obvious solution
    > was to look for a web server instead of IIS, so I stumbled onto Tomcat.
    >
    > Since there are at least three different types of installations for CFMX, I
    > wanted to ask which one I should pick if I only want a web server that is not
    > limited by the amount of users accessing it and is capable of running CFM
    > pages. I noticed there is a "Server Configuration", a "Multi-server
    > configuration" and a "Developer Server". Since the Developer server clearly
    > states it is limited in the amount of users that can access it I'm left with
    > the other two options.
    >
    > One other dilemma I had is whether I chose wisely by going for Tomcat and
    > CFMX. Is there a better alternative to IIS than Tomcat?
    >
    > Thanks in advance.
    >
    Roy F Guest

  6. #5

    Default Re: Easiest CFMX and Web Server configuration

    That's almost correct, install CF after Apache.
    Configure CF to be the 30 day trial edition or use a paid license.
    Configure CF to use it's internal server (Jrun). Forget about multi-server
    configuration for now.

    The developer edition doesn't expire but does limit to two IP's. The trial
    edition doesn't limit IP's but does expire in 30 days.

    I don't know about IIS limits (except for the numerous security and usability
    flaws) but Apache has none.

    Good luck,
    -- MikeR

    MikerRoo 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