From: "Miguel González Castaños" <mgc@tid.es>
To: linux-admin@vger.kernel.org
Subject: launching a java application in background
Date: Wed, 02 Feb 2005 17:24:52 +0100 [thread overview]
Message-ID: <4200FED4.20007@tid.es> (raw)
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
next reply other threads:[~2005-02-02 16:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-02 16:24 Miguel González Castaños [this message]
2005-02-03 15:16 ` launching a java application in background Gustavo Guillermo Pérez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4200FED4.20007@tid.es \
--to=mgc@tid.es \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).