From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Miguel_Gonz=E1lez_Casta=F1os?= Subject: launching a java application in background Date: Wed, 02 Feb 2005 17:24:52 +0100 Message-ID: <4200FED4.20007@tid.es> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; format="flowed"; charset="us-ascii" To: linux-admin@vger.kernel.org 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