MergeBase Proxy Settings

MergeBase might require proxy configuration settings to function. These settings are applied when running the target application.

Inoculated applications report to the customer’s MergeBase dashboard server. The inoculated applications must be able to initiate a connection with the dashboard server. If the application is unable to connect, it will continue to run but create error messages in the application logs.

When the inoculated application is launched it needs similar settings applied to the Java JVM as indicated with the Build proxy settings.

For example, in order to run the inoculated application using a proxy my.proxy.com on port 443, you will need to add the system property definition as follows:

    java -Dhttps.proxyHost=my.proxy.com -cp yourApp.jar …

Setting the proxy for an inoculated application will vary depending on the application platform and how it is deployed.

Reference: Java Networking and Proxies