how can we handle if server is hang? and how to handle out of
memory in weblogic?
Answer / supreet yadav
When a Server is hanging, we can ping the server using java
weblogic.Admin t3://server:port PING. If the server can
respond to the ping, it may be that the application is
hanging and not the server itself.
We can use -verbosegc flag to check whether the server is
doing the proper garbage collection or not.
Also we can analyze the thread dumps to check out which
thread are actually stucking.
| Is This Answer Correct ? | 24 Yes | 2 No |
What are the disadvantages of node manager?
What is the basic requirement for starting a WebLogic server?.
1 Answers ABC Inc, CMC, HCL, Wipro,
How to make a managed server ?
What is Horizontal and vertical clustering ?
What is jms and configuration details?
Explain the performance tuning in jvm, jdbc, jms?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
While packaging the web application defaultwebapp for deployment into the weblogic server, the home and remote interfaces of the enterprise beans used by the servlets should reside in which directory? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
What is an administration server?
If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
What is LDAP and how to configure LDAP server to weblogic server? any budy give me steps