Running dotnetproxyagent

Before running dotnetproxyagent, java must be installed and the environment variable JAVA_HOME must be set to folder where java is installed. Aslo make sure JAVA_HOME does contain spaces in the path name.

To run dotnetproxyagent, navigate to the "scripts" directory. On Windows, execute "runDotNetProxy.bat". On Unix, execute "runDotNetProxy.sh". Once run, the following output should be displayed:

    Listening on port 4016 for client connections
To run dotnetproxyagent on another port, use the -l parameter. For example:
    ./runDotNetProxy.sh -l 4080

Note that dotnetproxyagent will not connect to the facilitator until a .NET application connects to it.