Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 11 and Version 12 of Documentation/Howto/SetupHiveServer


Ignore:
Timestamp:
01/02/12 21:57:41 (12 years ago)
Author:
ascheibe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/SetupHiveServer

    v11 v12  
    4040== Webservice client setup ==
    4141 * All clients (slave, administration, experiment manager) have an `app.config` file which contains a `certificate` tag under `<identity>`.
    42    To get this value for the local server execute `svcutil.exe http://localhost/Hive-3.4/HiveService.svc?wsdl`. This generates the client stub for the hive webservice. In the `output.config` file you will find the `certificate` tag with the right value. Replace all keys in the hive clients with this key of your machine. 
     42   To get this value for the local server execute `svcutil.exe http://localhost/Hive-3.3/HiveService.svc?wsdl`. This generates the client stub for the hive webservice. In the `output.config` file you will find the `certificate` tag with the right value. Replace all keys in the hive clients with this key of your machine. 
    4343
    4444== Setup Hive database ==