What is the performance issue in weblogic and how can you
resolve ,explain in brief

Answers were Sorted based on User's Feedback



What is the performance issue in weblogic and how can you resolve ,explain in brief..

Answer / 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

What is the performance issue in weblogic and how can you resolve ,explain in brief..

Answer / mgnagabhushan

Check JDBC issue-ping host to host, ping host to DB,java !
db ping, lsof -a ! db ping, check no of connections based on
app,check the time in time out also.

Check JVM heap memory arguments and GC also.

Check the deployment app active status/not if not (re-deploy
the app)

Check the all severs status if down bring up.

Is This Answer Correct ?    2 Yes 0 No

What is the performance issue in weblogic and how can you resolve ,explain in brief..

Answer / thaines

Could you please explain anyone? I am also facing this question

Is This Answer Correct ?    0 Yes 15 No

What is the performance issue in weblogic and how can you resolve ,explain in brief..

Answer / guest

ITS PERFORMANCE ISSUE IS VERY GOOD

Is This Answer Correct ?    3 Yes 40 No

Post New Answer

More Weblogic Interview Questions

What is the difference in the web.xml and weblogic.xml ?

0 Answers  


What are the capabilities of weblogic server?

0 Answers  


Explain the use of http ?

0 Answers  


what is the diffrence between weblogic server 8.x/9.x/10.x?

7 Answers   HCL, TCS,


For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic

0 Answers  






what is difference between weblogic and websphere?

3 Answers  


How is the logging implementation specified in web logic?

0 Answers  


What is a domain structure? Does include cluster(s) and server instance(s)?

3 Answers   Oracle,


How to write a program to bind string values in a preparedstatement?

0 Answers  


What is clustering and what is achieved through it?

0 Answers  


What is SSL in weblogic ?

0 Answers  


What is meant by prallel gc and explain it?

0 Answers  


Categories