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
How a web logic server works?
Ho do you troubleshoot server hang?
Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
Can We Start A Managed Server If The Administration Server Is Unavailable ?
Tell me how are the notifications generated when a server is added to a cluster?
How many way to start and stop weblogic servers?
How to change from default JVM to other ?
How many ways to start and stop weblogic servers?
What is jms and configuration details?
How do I learn what codesets are available in oracle? : BEA Weblogic
Explain what an application server does and it's major components.
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
How does a server know when another server is unavailable ?
What is the default port of weblogic admin server?