Created
June 17, 2014 11:43
-
-
Save ksob/1c1962756fff598943c1 to your computer and use it in GitHub Desktop.
Running PDF Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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