Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Troubleshooting_and_Diagnostics" page has been changed by PidSter.
http://wiki.apache.org/tomcat/FAQ/Troubleshooting_and_Diagnostics?action=diff&rev1=5&rev2=6

--------------------------------------------------

   * Capturing a thread dump
   * Capturing a heap dump
   * Examining a Stacktrace
-  * Using JMX clients
+  * [[#usingjmxclients|Using JMX clients]]
  
  == Tools ==
  
@@ -19, +19 @@

  === Profilers ===
   * VisualVM
   * MAT (Eclipse)
-  * YourKit
+  * YourKit Profiler
   * JProbe
  
+ [#usingjmxclients|Using JMX clients]
+ 
+ When running a JMX client (JConsole, VisualVM) on the same machine as the 
target JVM process it is possible to connect without pre-configuring a JMX 
port, using the local connector stub.  This method relies on being able to 
create a protected temporary file, accessible only to a user with administrator 
privileges.  Java processes which are accessible via the local connector will 
automatically appear in the client.
+ 
+ NB On Windows, this means that the temporary directory must be located on an 
NTFS formatted disk.  See the following link for more details.
+ 
+ [[http://download.oracle.com/javase/1.5.0/docs/guide/management/faq.html| 
JConsole and Remote Management FAQ]]
+ 
+ From Java 6 a process needn't have the management agent enabled when it 
starts, as the Attach API permits the management agent to be activated on 
demand.
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to