Skip to content

Instantly share code, notes, and snippets.

@mebubo
Last active December 14, 2015 00:09
Show Gist options
  • Save mebubo/4997235 to your computer and use it in GitHub Desktop.
Save mebubo/4997235 to your computer and use it in GitHub Desktop.
bash ./bin/unix/jetty-launcher -A dist/war/rest.war -R dist/war/rm.war -r pamr://0 -S dist/war/scheduler.war -s pamr://1 -p 8899 -Dproactive.pamr.router.address=britany.activeeon.com -Dproactive.communication.protocol=pamr
curl -v -k --data 'username=demo&password=demo' -H 'Accept: */*' http://localhost:8899/rest/rest/scheduler/login
curl -H 'Accept: */*' -H 'sessionid: 6c33dbce13cf8aff8e17c05498e0e4741b143466c33dbce13cf8aff8e18000' http://localhost:8899/rest/rest/scheduler/jobs/2/livelog | python -m json.tool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment