By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
Answer Posted / guest
Kill -3 <PID> Filename.txt
If you specify a particular file name after the above cmd u
will get the thread dump in that file.
Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
How do I provide user credentials for starting the weblogic server?
How to troubleshoot and overcome such issues?
How to check the version of Java?
How do you set the classpath ?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
What type of object is returned by resultset.getobject()? : BEA Weblogic
Explain what an application server does and it's major components.
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
How do I restrict access to servlets and jsps? : BEA Weblogic
How do I enable debugging for the messaging bridge? : BEA Weblogic
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What is Graphic mode?
How do I provide user credentials for starting a server?
Explain the types of node manager?
What are the ways in which the dns request of failed servers handled?