How to make Socks proxy configuration for TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for Mobile Integration

How to make Socks proxy configuration for TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for Mobile Integration

book

Article ID: KB0081128

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Mobile Integration -

Description

As TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for Mobile Integration 1.1.0 does not have specific proxy settings. As a workaround you can add the proxy configuration at the JVM level which applies to all connections emerging from that JVM to be routed through the configured proxy.Any proxy that supported by the JVM will be fine.
Currently TIBCO  ActiveMatrix BusinessWorks™ Plug-in for Mobile Integration(BWMI) does not have specific proxy settings.

Issue/Introduction

How to make Socks proxy configuration for TIBCO ActiveMatrix BusinessWorks(TM) Plug-in for Mobile Integration

Resolution

For Socks Proxy onfiguration you can try to add the proxy configuration at the JVM level.To configure a proxy at JVM level append the following lines to the BW designer and engine tra files in order to connect to:

java.property.socksProxyHost <proxy host/IP>
java.property.socksProxyPort <proxy port>

Restart your TIBCO Designer™ to apply these changes.
Default port for socks proxy is 1080 and make sure your socks proxy host is connected to internet.Restart your designer to apply those changes.