Difference between revisions of "Key: CatTaskWebServerMessageUrl"

From Catglobe Wiki
Jump to: navigation, search
 
Line 22: Line 22:
 
<add key="CatTaskWebServerMessageUrl" value="tcp://localhost:10001/CatTaskService_54_UnitTest_WebHostChannel.rem"/>
 
<add key="CatTaskWebServerMessageUrl" value="tcp://localhost:10001/CatTaskService_54_UnitTest_WebHostChannel.rem"/>
  
===Example of system impact===
 
 
...
 
 
__NOTOC__
 
__NOTOC__
 
<!-- imported from file: 6471.htm-->
 
<!-- imported from file: 6471.htm-->

Latest revision as of 06:50, 23 October 2013

<accesscontrol>Main:MyGroup</accesscontrol>

Key: CatTaskWebServerMessageUrl

Syntax

<add key="CatTaskWebServerMessageUrl" value="tcp://[HOST]:[PORT]/[SERVICENAME]"/>

[HOST]: host is the IP address (or DNS name if a local DNS server is available) of the server where the message service is installed.

[PORT]: this is the port number of that the message service uses for communication. Services for different versions will have different port numbers.

[SERVICENAME]: specifies the remoting name of the external service. This setting must be identical to the one in the CatTaskService.exe.config file for the service.

Purpose

Remoting url of the messageservice of the cattask service. The key contain host, port and name of the remove service, just like the normal cattask service url

Example of key

<add key="CatTaskWebServerMessageUrl" value="tcp://localhost:10001/CatTaskService_54_UnitTest_WebHostChannel.rem"/>