which port do we use?

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

  1. #1

    Default which port do we use?

    Hi,

    a consultant is setting up a firewall on our servers, and he asked me which
    ports coldfusion uses. The server is a standard installation of coldfusion 7 on
    a windows 2003 server, and uses

    - web services
    - cfhttp
    - standard web pages (cfm and html)

    Which ports should be kept open for this to work correctly?

    Trygve Guest

  2. Similar Questions and Discussions

    1. FTP Port
      I am having a tough time connecting contribute to my servers because the servers have different FTP ports. Isn't there a way to change the default...
    2. Port 80 conflict?
      Will it be possible to have Flash Media Server and Flash Remoting server both on the same box both listening on port 80? I tried this in out test...
    3. what is the port that FCS use?
      What is the port that Flash Communication Server use? is it 1935 for flashCom.exe and 1200 for flashComAdmin.exe?
    4. Daemon proc run on a port, kill daemon and cannot restart on same port for 10 minutes.
      Unix is AIX 4.3 The daemon is a license manager which runs for an application. Killing the daemon is fine. (using the 'kill -9 <pid>')...
    5. can not send through port 25
      I am unable to send email using any email software (recieving is OK)..... I am also unable to connect via telnet to smtp mail servers using port...
  3. #2

    Default Re: which port do we use?

    Well, he probably already knows the ports for the services you just mentioned.
    (Port 80 for http:, etc.)

    You may also want to consider port 25 (if you will user the cfmail function,
    for outgoing smtp mail).

    One other note - if you are having problems running the ColdFusion
    Administrator, you could add port 8000 PLUS go into the IIS Manager, right
    click on the website you will be running ColdFusion on, and click on
    "Properties".

    Choose the "Website" tab and click "Advanced".

    Under "Multiple Identies for This Website", have your consultant click "Add",
    the add the IP Address (or All UnAssigned), Port 80, and "Host Header Value" of
    127.0.0.1.

    I hope this helps!




    MichaelSJudd Guest

  4. #3

    Default Re: which port do we use?

    That helps a lot. Thank you! :smile;
    Trygve 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