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

  1. Start TIBCO Business Studio.
  2. Click Run > Run Configurations.
  3. In the Run Configurations dialog, click the Arguments tab on the left panel, as shown below.
  4. 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.
  5. Click Apply.
  6. In TIBCO Enterprise Administrator at run time, navigate to the TIBCO_HOME/bw/version_number/bin directory and open the bwcommon.tra file.
  7. 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.