How to create a connection pool ?
Answers were Sorted based on User's Feedback
Answer / lokesh
creating the Connection objects in advance and place them
in a pool for future use. We can call this concept as
Connection Pooling. When ever the application need the
connection it takes the connection object uses it and afer
completing the task it returns the object to the pool.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sumit
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 ? | 0 Yes | 1 No |
Explain the performance tuning in jvm?
What are the steps required to setup the oracle instance for os authentication?
what is domian and how can it work ?
What is clustering? What are the different types and how does clustering works in a network ?
What are stubs and how do they function in a web logic cluster?
How do clients handle dns requests to failed servers?
What is meant by node manager?
How do we generate a digital certificate
What is the boot? What is the significance of it?
Does WLS supports CORBA?
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?
how ITIL process occurs in weblogic?