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 .
- 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
Note: The values specified for the arguments in the previous list are an example, you must replace the argument values with your own data. - 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
Note: You must replace the values of the arguments with your own data.