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 will happen if a managed server will go down at the time of performing the request
How we can know whether proxy server up or not?
What are the steps required to setup the oracle instance for os authentication?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
Explain weblogic server?
What is the function of managedconnection.addconnectioneventlistener() in web logic server?
How do stubs work in a weblogic server cluster? : BEA Weblogic
What is meant by domain, adminserver, managedserver?
What is meant by gc, prallel gc, full gc and explain it?
where can we set classpath, which will reflect to whole domain
Whenever we see a very slow response from server-side, then what all thing we need to look into?
What is the weblogic server?