My webMethods Server 10.3 | My webMethods Server Webhelp | Diagnosing My webMethods Server | Using External Command-Line Diagnostic Tools | Using jvisualvm to Diagnose My webMethods Server
 
Using jvisualvm to Diagnose My webMethods Server
The jvisualvm command-line tool is installed on the system as part of the JDK. The My webMethods Server installation contains an executable batch file (jvisualvm.bat) and a shell script (jvisualvm) in the following directory:
Software AG_directory /MWS/tools/diagnostics/bin
The following procedure uses these executable files to start jvisualvm in diagnostic mode for My webMethods Server. To run jvisualvm in its standard mode, see Using jvisualvm in Standard Mode.
*To start the jvisualvm tool in My webMethods Server diagnostic mode
1. Open a command console and cd to this directory:
Software AG_directory /MWS/tools/diagnostics/bin
2. Start the executable with this command:
*Windows:
jvisualvm
*UNIX:
./jvisualvm
As installed, the command executes with these parameters for SSL authentication:
-J-Djavax.net.ssl.trustStore=%SERVER_HOME%\config\security
\sagdemoca.jks -J-Djavax.net.ssl.trustStoreType=jks
This enables jvisualvm to connect to My webMethods Server.