Changes between Version 3 and Version 4 of Check


Ignore:
Timestamp:
Oct 12, 2010, 1:00:28 PM (14 years ago)
Author:
dan.dragomir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Check

    v3 v4  
    9595This will start the Gateway Watchdog which runs an http server at '''localhost:9000'''. You will be able to see the registered gateway watchdog URIs by querying the Resource Directory at http://sensei-dev1.grid.pub.ro:8184/rd.
    9696
     97[[Image(rd.png, center)]]
     98
    9799The watchdog service will now accept requests at the following URIs:
    98100
     
    105107As an example, by pointing your browser to the [http://localhost:9000/start Start Gateway] URI you should see following response
    106108
     109[[Image(start.png, center)]]
     110
    107111Clicking the Start button will start the gateway if it is not already started. You can check that the gateway is running by clicking the following link http://localhost:8000
    108112
    109113By pointing your browser to the [http://localhost:9000/stop Stop Gateway] URI you should see the following response
     114
     115[[Image(stop.png, center)]]
    110116
    111117Clicking the Stop button will stop the gateway.
     
    113119By pointing your browser to the [http://localhost:9000/update Update Gateway code] URI you will be able to upload a new binary to the gateway and, optionally, specify a version string for this binary, as shown bellow.
    114120
     121[[Image(update2.png, center)]]
     122
    115123Note that to run the new gateway code you have to stop and then start the gateway.
    116124