Changes between Version 1 and Version 2 of Old/NodeHandler/LaunchApps
- Timestamp:
- Nov 10, 2005, 2:25:58 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/NodeHandler/LaunchApps
v1 v2 1 1 = How to integrate your application with nodehandler = 2 2 3 This tutorial is for users who want to use [wiki: nodeHandler nodeHandler] to launch their applications on the nodes. For example, we assume that you want to launch3 This tutorial is for users who want to use [wiki:NodeHandler nodeHandler] to launch their applications on the nodes. For example, we assume that you want to launch 4 4 {{{ 5 5 tcpdump -i eth1 … … 9 9 Three steps are needed 10 10 11 == Create application definition file==11 == Step 1: Create application definition file == 12 12 This definition tells the nodehandler about your new application that you want to launch. It mainly includes details such as what are the command line options it takes and what are the statistics it returns. Here is a sample application definition for our above application 13 13