tcpmon.bat 573 B

12345678910
  1. @rem Licensed Materials - Property of IBM
  2. @rem IBM Cognos Products: disp
  3. @rem (C) Copyright IBM Corp. 2005, 2016
  4. @rem TUS Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. rem run Axis tcpmon from axis.jar which is in ./lib
  6. rem assumes that webapps/p2pd/WEB-INF is the current working directory
  7. rem %1 %2 %3 are optional, they specify listen_port, target_host, target_port
  8. rem for example tcpmon 18080 localhost 8080
  9. ..\..\..\jre\bin\javaw.exe -cp lib/axis.jar org.apache.axis.utils.tcpmon %1 %2 %3