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 |
How many weblogic servers can I have on a multi-cpu machine?
How to make a managed server ?
What is clustering and what is achieved through it?
What is the boot? What is the significance of it?
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
What oracle weblogic server includes?
hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....
What are stubs?
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
How do I restrict access to servlets and jsps? : BEA Weblogic
What is a messaging bridge?