Ich starte meine Anwendung im Hintergrund unter Verwendung nohup
der folgenden Befehle:
root@phx5qa01c:/bezook# nohup java -jar ./exhibitor-1.5.1/lib/exhibitor-1.5.1-jar-with-dependencies.jar -c file --fsconfigdir /opt/exhibitor/conf --hostname phx5qa01c.phx.qa.host.com > exhibitor.out &
[1] 30781
root@phx5qa01c:/bezook# nohup: ignoring input and redirecting stderr to stdout
Aber jedes Mal, wenn ich diese Nachricht sehe -
nohup: ignoring input and redirecting stderr to stdout
Wird es ein Problem geben, wenn ich diese Nachricht sehe? Was bedeutet es und wie kann ich es vermeiden?
/tmp/test.out
kann ich verwenden exhibitor.out
. Tut mir leid, dass ich dumme Fragen gestellt habe, da mir diese Dinge ziemlich neu sind.
2>&1
?
nohup java -jar blaa bla >/tmp/test.out 2>&1 &