AGE); } } /* Traps any exception and throw them as OpenToolExecutionException */ catch (IllegalArgumentException e) { throw new OpenToolExecutionException(e); } } }
代理启动命令: 1、linux:./agent.sh -PORT=20300 -NAME=agent_001 -PROTOCOL=http 2、
windows:agent.bat "-PORT=20300" "-NAME=agent_001" "-PROTOCOL=http"
| 评论 |
|
|