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 |
What is the admin server?
Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
How does a server find out server unavailability?
How to check the version of Java?
In web logic how are new threads assigned?
what happen if we deploy our component in weblogic server
In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
Write a program to bind string values in a preparedstatement?
What are the advantages of using application servers?
What is difference between weblogic connection pool and conection factory?
How do you troubleshoot a crash?
What causes java.io exceptions in the log file of weblogic server?