Changes between Version 11 and Version 12 of Documentation/Howto/SetupHiveServer
- Timestamp:
- 01/02/12 21:57:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveServer
v11 v12 40 40 == Webservice client setup == 41 41 * 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. 43 43 44 44 == Setup Hive database ==