Page 1 of 1

Configuring the Kaazing gateway kwic conf

Posted: Thu Jun 15, 2023 11:11 am
by hudatolah

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

Re: Configuring the Kaazing gateway kwic conf

Posted: Thu Jun 15, 2023 11:13 am
by hudatolah
This configuration will initiate the connection from the source server side to the actual destination database. In this case, MSSQL.