Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Key: CatTaskWebServerMessageUrl: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Wikicatglobe (talk | contribs)
No edit summary
 
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 04: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"/>