Publishing and upload method

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Publishing and upload method

    Hello,

    Here is my system : I'm using Contribute 3 on my computer as a web site
    publisher, CPS is installed on A computer, and then Web Server is B Computer.

    When I publish a page, which one of the methods below if followed?

    1) My computer uploads then file to B Computer (Web Server) directly.
    2) My computer sends then file to A Computer (CPS) on port 8900 and then A
    Computer uploads it to B Computer (Web Server)

    Which one is the way Contribute follows?

    Tek_As Guest

  2. Similar Questions and Discussions

    1. How to upload a file to 2 FTP sites without an upload component for company
      Hi All I can't get round this because it's a local government thing, but I've done a CMS for a school (in ASP classic) that allows them to upload...
    2. Is Contribute Publishing Server REQUIRED for draftreview & publishingContribute Publishing Server
      I want to set up a very basic workflow with one or more writers and a publisher who does final review and then publishes the pages. Is Contribute...
    3. Is Contribute Publishing Server REQUIRED for draftreview & publishing
      Please have look on the below mentioned link to have an idea of CPS and few advantages of it...
    4. Is creationComplete=method() or initialize=method() theright solution for such kind of problem or ...?
      Hi everybody, I am using web service in my flex application and I want to visualize some data from collection of objects taht I receive from my Web...
    5. Upload Friendly (Multiple File Upload Applet)
      Title : Upload Friendly (Multiple File Upload Applet) Description : UploadFriendly is an easy to use Java Applet that will allow multiple file...
  3. #2

    Default Re: Publishing and upload method

    Method #1 is correct.

    Contribute never actually sends files to the CPS server. I found a great
    picture of how all the piece fit together on the macromedia site but of course
    now i can't find it! in any case, the contribute app on your local machine, in
    combination with some config stuff on the webserver handle all the actual file
    placement and management. CPS basically just listens for messages sent from
    contribute to CPS via http. The CPS piece is a very lightweight app and uses
    that info from contribute to do the logging and send emails.

    So really what happens is:

    1) My computer uploads then file to Computer B (Web Server) directly, and
    sends a message to the CPS about the publish event.

    mgm36 Guest

  4. #3

    Default Re: Publishing and upload method

    Thanks for your reply mgm36, now it's clear...
    Tek_As 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