Setting Proxy at Run Time
This topic shows how to configure parameters for java.extended.properties when you set the proxy at run time.
Procedure
- Start TIBCO Business Studio.
- Click Run > Run Configurations.
- In the Run Configurations dialog, click the Arguments tab on the left panel, as shown below.
-
Input the following arguments and their values in the
VM arguments panel:
-Dcom.tibco.bw.palette.netsuite.proxyHost=192.168.81.20
-Dcom.tibco.bw.palette.netsuite.proxyPort=808
-Dcom.tibco.bw.palette.netsuite.proxyUser=admin
-Dcom.tibco.bw.palette.netsuite.proxyPwd=admin
-Dcom.tibco.bw.palette.netsuite.proxyTimeout=3000
- Click Apply.
- In TIBCO Enterprise Administrator at run time, navigate to the TIBCO_HOME/bw/version_number/bin directory and open the bwcommon.tra file.
-
Add the following arguments and their responding values to the
java.extended.properties property:
-Dcom.tibco.bw.palette.netsuite.proxyHost=192.168.81.20
-Dcom.tibco.bw.palette.netsuite.proxyPort=808
-Dcom.tibco.bw.palette.netsuite.proxyUser=admin
-Dcom.tibco.bw.palette.netsuite.proxyPwd=admin
-Dcom.tibco.bw.palette.netsuite.proxyTimeout=3000
Copyright © Cloud Software Group, Inc. All rights reserved.