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 is the significance of boot?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
Do you know what is the local interface used by web logic server?
What is Connection Pool ?
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
what is domian and how can it work ?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
Define memory leak ?
What is meany by plugin?
Can struck threads be killed manually?
What is multicast Address?