What is the performance issue in weblogic and how can you
resolve ,explain in brief
Answer Posted / kishore
there are many performance issues in weblogic i.e; regarding jdbc, jvm heap memory etc;
JDBC:
If a connection pool is found inactive,then we will restart the server for which the connection pool is targeted.if the connection pool is unable to get the connection after restart also,then we need to change the parameters defined in connection pools such as to get the connection back.such as setting intial capacity as 0 and capacity increment as 1 or 10 depending on the load of requests it was getting.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is Graphic mode?
What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.
How is the security handled in web logic j2ee connector architecture?
Must ejbs be homogeneously deployed across a cluster? Why?
How to check the version of Java?
What are the toolbar elements.
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
Explain the concepts and capabilities of ANT ?
What is meant by managedserver?
How to change from default jvm to others?
What is the domain in weblogic server?
What is the difference between url instance and urlconnection instance?
What is meant by session replication?
How do stubs function in a web logic cluster?
When should I use the external_stage option?