linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* launching a java application in background
@ 2005-02-02 16:24 Miguel González Castaños
  2005-02-03 15:16 ` Gustavo Guillermo Pérez
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel González Castaños @ 2005-02-02 16:24 UTC (permalink / raw)
  To: linux-admin

Dear all,

I need to launch a java proccess as a daemon, in background.

It would be like the following:


java bin/aplicacion.jar

In interactive mode works fine. We have tried to launch it in background 
using nohup.

If I send everything (all redirections <> ) to /dev/null it works, but I 
do not get the logs

We have tried:

java bin/aplication.jar < /dev/null  > output.log 2>&1 &

But I get in the output file carachters like "->"

Any time of getting those logs?

I hope I have explained myself fine

Regards

Miguel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-03 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-02 16:24 launching a java application in background Miguel González Castaños
2005-02-03 15:16 ` Gustavo Guillermo Pérez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).