From owner-freebsd-questions Mon Jul 29 23:10:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D208837B405 for ; Mon, 29 Jul 2002 23:10:15 -0700 (PDT) Received: from web12206.mail.yahoo.com (web12206.mail.yahoo.com [216.136.173.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 7DAF643E65 for ; Mon, 29 Jul 2002 23:10:15 -0700 (PDT) (envelope-from talkwithpatel@yahoo.com) Message-ID: <20020730061015.46621.qmail@web12206.mail.yahoo.com> Received: from [203.88.152.231] by web12206.mail.yahoo.com via HTTP; Mon, 29 Jul 2002 23:10:15 PDT Date: Mon, 29 Jul 2002 23:10:15 -0700 (PDT) From: Vijay Patel Subject: To keep running java code in background after logout To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi friends, I have installed FreeBSD 4.5 on my machine. I am also having 2 other machines running on linux. We have developed a code in java which we need to run in background for 24 hrs. In linux we use... java Code1 & command to run our code in background. After starting this command we just logout from that terminal window. We have seen that on linux machine our code works fine in background. When i have tested same code on our FreeBSD server, unfortunately it gets killed, without writting any error message in log file. We tried to search on all help pages available about how to run our application in background - on console window. We did not get any help about this item. My observations are... when i start code on FreeBSD, then i issue ps command ... bash-2.05a$ ps PID TT STAT TIME COMMAND 1006 p0 Ss 0:00.04 -bash (bash) 1087 p0 S 0:00.20 /usr/local/jdk1.3.1/bin/i386/green_threads/java Code1 1103 p0 R+ 0:00.00 ps After starting my code, i logout & relogin to check whether my code is working in background or not.... bash-2.05a$ ps PID TT STAT TIME COMMAND 1087 p0- I 0:00.20 /usr/local/jdk1.3.1/bin/i386/green_threads/java Code1 1105 p0 Ss 0:00.01 -bash (bash) 1106 p0 R+ 0:00.00 ps It is showing that code is working right now. But after 2-3 hours code automatically gets killed. I am having good provision for keeping all error log iff my code exists with an error. But here i am sure that it is getting killed - so i am not getting any error log. Can any friend help in how to keep my code working without a terminal window. - I am starting my code using ssh terminal from another machine. It is not possible for me to go to front of server & start code from server itself. Is there any idea how all deamon processes works - Tomcat, Mysqld etc... Thanks in advance. __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message