Configuring the Kaazing gateway kwic conf

ADDM, Client Management, Spread sheet loads by ITSM, etc..
Post Reply
hudatolah
Site Admin
Posts: 143
Joined: Thu Apr 04, 2013 8:10 pm
Are You a Headhunter?: Affirmative
Surfer?: Yes

Configuring the Kaazing gateway kwic conf

Post by hudatolah » Thu Jun 15, 2023 11:11 am

Code: Select all

<service>
<name>hrb-qa servicemagic-dev (<valid FQDN host for Database>,5017)</name>   << this is from the SaaS side 
<accept>pipe://sourcehostname.onbmc.com-servicemagic-dev</accept>
<connect>tcp://<valid FQDN host for Database>:40050</connect> << this is for the destination side. Where the db connects. 
<type>proxy</type>
<accept-options>
<pipe.transport>socks://${bmc.hostname-qa}:${bmc.port}</pipe.transport>
<socks.mode>reverse</socks.mode>
<socks.retry.maximum.interval>10 seconds</socks.retry.maximum.interval>
<socks.transport>wss://${bmc.hostname-qa}:${bmc.port}/servicemagic-dev</socks.transport>
<ws.inactivity.timeout>55 seconds</ws.inactivity.timeout>
</accept-options>
</service>
Document: http://download.kaazing.com/com/file/kaazing-vpc.pdf
The Blackholesurfer. My surfboard has teeth.

hudatolah
Site Admin
Posts: 143
Joined: Thu Apr 04, 2013 8:10 pm
Are You a Headhunter?: Affirmative
Surfer?: Yes

Re: Configuring the Kaazing gateway kwic conf

Post by hudatolah » Thu Jun 15, 2023 11:13 am

This configuration will initiate the connection from the source server side to the actual destination database. In this case, MSSQL.
The Blackholesurfer. My surfboard has teeth.