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
Explain the different versions of nm?
What are the steps involved in setting up classpath in web logic server?
How do an rmi-iiop application and an existing corba object interoperate? : BEA Weblogic
How do stubs work in a WebLogic Server cluster ?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What type of object is returned by resultset.getobject()?
How do clients handle dns requests to failed servers?
How can the nm be made to work with web logic?
What are the States of the Weblogic Server ?
What are application servers?
Do you know what is the meaning of classformaterrors used with the applet?
Explain the types of deployment modes and diffrernces between them?
How do I provide user credentials for starting the weblogic server?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
What are the advantages and disadvantages of node manager?