Total Pageviews

Wednesday, September 17, 2014

configuring weblogic timeout setting using WLST command in 3 steps



To configure weblogic   the timeout setting using WLST, perform these steps:
  1. Run the following WLST command to list all adapters: listAdapters().
  2. Run the following WLST command to set the timeout for each adapter. 120 second timeout is an example, set to zero for no timeout.
    modifyLDAPAdapter('<ADAPTER NAME>', 'OperationTimeout', 120000)
  3. Restart WebLogic Server.

No comments:

Post a Comment