Server Web is not reliable and safe.

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

  1. #1

    Default Server Web is not reliable and safe.

    :o

    Hello, my name is Carlos Romero and I am a software engineer working in the
    Congress of Jalisco, M?xico.


    The reason why I contact you is because we have a problem using Cold Fusion Mx
    7 and our server web.

    We have a Server Web HP, PROLIANT ML 350 GENERATION 3.
    CPU 3.6 GHZ, 1.00 GB of RAM,
    Operative System: WINDOWS 2003 Server Service Pack 1
    Microsoft IIS and SQL Server 2005

    Four months ago, we installed Cold Fusion Mx 7. Sometimes, we can?t access to
    our Web Site, but at the same time, it does respond to a PING.
    At the end, in order to make our Web Site work again, we have to reboot the
    Server.

    We have some databases in Microsoft Access 2003 that we want to migrate to SQL
    Server, but we can?t do it until we solve this problem, I mean that the Server
    is not reliable and safe.

    Do you have any idea of what is happening? Or do you know how to solve this?
    I would really appreciate your help!

    Looking forward to hearing from you
    Sincerely
    Carlos Romero.
    Government of Jalisco


    CROMERO@CONGRESOJAL Guest

  2. Similar Questions and Discussions

    1. SES Search Engine Safe URLS on CF Server
      Hello all- I am running my testing server with ColdFusion's built-in server. My actual server is using Spider Safe ISAPI filter on IIS so it...
    2. Is <cfdocument> reliable?
      I just upgraded to CF MX 7 and have been testing <cfdocument>. I have a potential new client that I am trying to sell them on CFML specificly for...
    3. Are GUI Tools reliable?
      This has been something that has been on my mind for a long time. It seems that the GUI tools (Control Center, Command Center, Development Center,...
    4. is rcp reliable
      dear aix gurus, i'm on the way to copy big amounts of data from an aix 4.3.3 to an 5.2 box with rcp. i use rcp -p -r /source_dir/....
    5. $SAFE = 5 and Safe Ruby Misleading?
      Hey folks. With all this talk of duck typing and such, I got to thinking about some of my code that I *thought* executed untrusted code...
  3. #2

    Default Re: Server Web is not reliable and safe With ColdFusionMX

    You're kind of in a catch-22. You really should dump Access as fast as you
    can. That's going to go a *LONG* way towards getting your server stable.

    Access should never, EVER be used for production systems.

    It would be helpful if you could post some of your logs (server, application,
    exception, etc) from just after the server crashed.

    When the server crashes do you just reboot the whole thing? Or do you try to
    restart just ColdFusion?

    ke4pym Guest

  4. #3

    Default Re: Server Web is not reliable and safe With ColdFusion MX

    First: Agree with the Access thing, not a good solution, great
    prototyper or data converter, but not a shared, database. I'd be
    surprised if data corruption was not already a problem.

    Second: Ping is a high priority, low overhead service. Your web server
    could be functioning, albeit slowly.

    Third: Dump IIS fast. Use Apache, even on Windows. I will need a book
    to describe all the reasons why.

    Fourth, consider clustering to maximize availability.

    And lastly, ke4pym is right. Trace down what is causing the problem.
    You could be getting attacked, DoS, or you could have some bad code, or
    your firewall could have timing rules to stop traffic on port 80, or a
    scan or defrag utility might be consuming resources, or any of many
    other things. Start looking at the event log, IIS log, firewall log,
    which, ahem, should be done in a public environment anyway. Without
    someone reviewing the logs, you WILL have people hacking their way into
    your system...especially using IIS on Windows....on that I will bet
    your annual salary.

    LinuxInductee 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