How to set Connection Pool size in Weblogic Server ?
Answer Posted / nath
The configuration option as in WLS 9.2 is
Take two backups of config.xml.
One mandatory, another for luck.
<Lock and edit session>
adminConsole -> Services -> JDBC -> Data Sources -> Click on
the desired data source configuration to modify.
Under selected Data Source ->
Configuration Tab -> Connection Pool
Set the following fields to desired value
Initial Capacity , Maximum Capacity.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between multicast and unicast?
What Is Boot.proerties File In Weblogic Server ?
Why do we need to remove cache?
What is meant by gc and explain it?
How will a single machine run multiple web logic server instances?
What are the disadvantages of node manager?
How can we configure http tunneling on weblogic?
What is non-stage deployment?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
What is a trace in relation to web logic server?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic
How to check the version of Java?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
How you deploy your applications on weblogic server?
Do ejbs have to be homogeneously deployed across a cluster? Why?