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