Skip to content

Instantly share code, notes, and snippets.

@ksob
Created June 17, 2014 11:43
Show Gist options
  • Save ksob/1c1962756fff598943c1 to your computer and use it in GitHub Desktop.
Save ksob/1c1962756fff598943c1 to your computer and use it in GitHub Desktop.
Running PDF Server
RUNNING PDF SERVER------------------------------------
cd /Users/developer/work/Sage/project_fuji/fuji_support/bin
$> ./fuji_pdf_server start
STOPING PDF SERVER------------------------------------
MODIFY fuji_pdf_server like this:
stop = "ps -ef | grep PDFServer | grep java | awk '{print$2}' | xargs kill -9"
$> ./fuji_pdf_server stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment