From owner-freebsd-java Sun Sep 6 18:28:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA22204 for freebsd-java-outgoing; Sun, 6 Sep 1998 18:28:42 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from WEBBSD1.turnaround.com.au (webbsd1.turnaround.com.au [203.39.138.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA22199 for ; Sun, 6 Sep 1998 18:28:40 -0700 (PDT) (envelope-from J_Shevland@TurnAround.com.au) Received: from pc.cuftas.com.au (cuftas.trump.net.au [203.34.101.12]) by WEBBSD1.turnaround.com.au (8.8.7/8.8.7) with ESMTP id LAA00908 for ; Mon, 7 Sep 1998 11:29:05 +1000 (EST) (envelope-from J_Shevland@TurnAround.com.au) Message-Id: <199809070129.LAA00908@WEBBSD1.turnaround.com.au> From: "Joe Shevland" To: Subject: Daemonising a Java Process: Possible? Date: Mon, 7 Sep 1998 11:25:50 +1000 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We have a multi-threaded Java server process that we want to daemonise in the Unix fashion of the word; what's the easiest way to do this? I was thinking of wrapping a bit of C code around it to handle the child forking etc..., but even a command line equivalent would be OK (can you do an exec or one of its cousins?) TIA, Joe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message