Tuesday, December 10, 2013

Send nohup.out to different file


Following command can use to redirect nohup.out to different files.

nohup java -jar -Xms32m -Xmx64m  Application.jar  > AppLog.out &

Above command will redirect "Application.jar" output to "AppLog.out" file.

No comments:

Post a Comment