What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?
Answer / sriram
Connection pooling being normally used in web-based and enterprise applications is usually handled by an application server. Any dynamic web page can be coded to open a connection and close it normally but behind the scenes when a new connection is requested, one is returned from the connection pool maintained by the application server. Similarly, when a connection is closed it is actually returned to the connection pool.
| Is This Answer Correct ? | 1 Yes | 0 No |
How many WebLogic servers can be held inside a multi-processor machine?
What is the basic requirement for starting a WebLogic server?.
1 Answers ABC Inc, CMC, HCL, Wipro,
Explain load blancing alogarthims in cluster??
How to set Connection Pool size in Weblogic Server ?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What signal tells the jvm to give a thread dump?
What are managed servers?
What can be the reasons for server hang?
What is meant by thread dump and how can we take?
What are the different modules of wlst? Explain?
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?
what is the weblogi licence?