How to set Connection Pool size in Weblogic Server ?
Answers were Sorted based on User's Feedback
Answer / pranab
You can set the connection pool size through Admin
Console...i.e. Connection Pool -> General ->
Configuration...there you will find all type of settings,
its cache size, no. of connection pool and much more.
Note: User Advance option for more features.
Is This Answer Correct ? | 22 Yes | 7 No |
Answer / ritam
Yes.we can set connection pool size in weblogic server
through admin console.At first you have to login to the
adminserver and after putting username and password you
will see connectionpool within service configuration,then
you have to go through the connectionpool and there will be
two tab one is configuration and another will be
monitoring.From monitoring tab you can view maxcapasity and
highconnection of connectionpool(jdbc).From that you can
customize the value .
Is This Answer Correct ? | 16 Yes | 2 No |
Answer / vamsy the great
hey pranab , wot u guys are talking abt . i think u guys
didn't get the question.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ramji and vinod
hey vamsy dear, pranab is fool , don't belive on him .
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / sameer
yes , pranab is almost right..you can find from admin
server then you need to go into services there you will get
connection pool where you can reset the size..
Is This Answer Correct ? | 3 Yes | 1 No |
How do stubs work in a WebLogic Server cluster ?
What are the disadvantages of node manager?
When can high usage of CPU occur?
What type of object is returned by resultset.getobject()? : BEA Weblogic
What is meant by jdbc and configuration details?
Why do I get noclassdeffound/too many open files messages on solaris? : BEA Weblogic
what are the benefits of classpath?
What happens if remove( ) is never invoked on a session bean?
Do you know what is the meaning of classformaterrors used with the applet?
In web logic how are new threads assigned?
What is the difference between T3 and HTTP protocol ?
What is Connection Pool ?