Starting TCPMon¶
TCPMon is available in the MI_HOME/bin
directory of the WSO2 Micro Integrator distribution. Alternatively,
you can download TCPMon from Apache and run the tool.
Running TCPMon (from the product distribution)¶
Be sure that the following prerequisites are fulfilled:
- Install JDK 1.4 or later version.
- Set the
JAVA_HOME
variable. This setting is required only if you are using the TCPMon available in the WSO2 Micro Integrator distribution.
To run TCPMon:
- Go to the
MI_HOME/bin
directory. -
Execute the following command to run the tool.
-
On Windows:
tcpmon.bat
-
On Linux/MacOS/CentOS:
./tcpmon.sh
-
Running TCPMon (downloaded from Apache)¶
To download TCPMon from Apache and run the tool:
- Download TCPMon from the following location:
- Extract the
tcpmon-1.0-bin.zip
archive. - Go to the build of the extracted directory to find the execution script.
-
Execute the following command to run the tool.
-
On Windows:
tcpmon.bat
-
On Linux/MacOS/CentOs:
./tcpmon.sh
-