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