Improving login speed

If you are using secure sockets layer (SSL) and you find that client logins are slow, it could be because SSL connections to the lightweight directory access protocol (LDAP) servers are not pooled in the Workflow server Java™ Virtual Machine (JVM). Non-pooled SSL connections can adversely affect the speed of a client login.

Procedure

  1. To improve the speed of a client logon when Business Automation Workflow uses SSL, configure LDAP connection pooling on the Workflow server by adding the following system properties to the JAVA_OPTS variable in the CR.
    jvm_customize_options: "DELIM=;-Dcom.sun.jndi.ldap.connect.pool.protocol=plain ssl;-Dcom.sun.jndi.ldap.connect.pool.timeout=30000"
  2. Apply the CR.