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 are stating modes are available in Weblogic Server ?
What is the use of persistent store in weblogic?
How do I increase weblogic server memory?
What is a trace in relation to web logic server?
What are middleware servers?
Msi replica mode??
How do I do http tunneling? : BEA Weblogic
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What can be the various reasons for a server crash?
How many types you configure managed server in weblogic server ?
How to change from default JVM to other ?
How many weblogic servers can I have on a multi-cpu machine?
What is the server?
How do I restrict access to servlets and jsps? : BEA Weblogic