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 differences between a web logic server and a web server?
What are the common domain types?
how to handle out of memory in weblogic? and if server is getting more requests then what we have to do in production environment?
How to update license?
What Are The Various Types Of Weblogic Installations ?
Explain the diffrernces between 8.x and 9.x?
What is console mode?
how can you change the jvm arguments in weblogic server
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Whenever we see a very slow response from server-side, then what all thing we need to look into?
How do we generate a digital certificate
What is the Basic Components of Weblogic Server ?