...
| Code Block |
|---|
cd $JETTY_HOME/contrib/cometd/client bin/run.sh |
| Note |
|---|
depending on the version you might need to create a lib/cometd directory and put the cometd-api, cometd-java-server and cometd-java-client in it
|
The client has a basic text UI that operates in two phases: 1) global configuration 2) test runs.
An example global configuration phase looks like:
...