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 |
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
Explain the performance tuning in jvm, jdbc, jms?
what is the weblogi licence?
What does isidentical() method return in case of different type of beans?
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
How to Know the maanged servers status,when admin console is not available?
What is mulicast and unicast in weblogic?
When should I use multicast subscribers? : BEA Weblogic
What is the purpose of using multipools in web logic server?
what is command for find out the ip add and port no. of the machine in UNIX?
In what ways can a web logic servers performance be improved upon?