Setting Java Property for a Load Balancer at Run Time

If the plug-in connects to an LDAP server managed by a load balancer, you have to set a Java property so that subsequent requests work correctly. By default, this Java property is not enabled.

You can set the Java property in TIBCO Business Studio or in TIBCO Enterprise Administrator at run time.

Setting Java Property in TIBCO Business Studio at Run Time

  1. From the menu, click Run > Run Configurations.
  2. In the Run Configurations dialog, click BusinessWorks Application > BWApplication in the left panel.
  3. Click the (x)= Arguments tab in the right panel, and then add the -Dtibco.ldap.bondConnection2request=ON parameter in the VM arguments field. Click Apply.

Setting Java Property in TIBCO Enterprise Administrator at Run Time

  1. Navigate to the TIBCO_HOME/bw/version_number/domains/domain_name/appnodes/appspace_name/appnode_name directory.
  2. Add the tibco.ldap.bondConnection2request=ON parameter to the User Property Configuration section in the config.ini file, and then save the file.