To configure weblogic the timeout setting using WLST, perform these steps:
- Run the following WLST command to list all adapters:
listAdapters()
. - 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)
- Restart WebLogic Server.
No comments:
Post a Comment