From owner-freebsd-questions Sat Jul 14 20:43:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-2.enteract.com (smtp-2.enteract.com [207.229.143.4]) by hub.freebsd.org (Postfix) with ESMTP id B411D37B401 for ; Sat, 14 Jul 2001 20:43:15 -0700 (PDT) (envelope-from dscheidt@tumbolia.com) Received: from shell-1.enteract.com (shell-1.enteract.com [207.229.143.40]) by smtp-2.enteract.com (Postfix) with ESMTP id 02E3D234AE; Sat, 14 Jul 2001 22:41:52 -0500 (CDT) Date: Sat, 14 Jul 2001 22:41:51 -0500 (CDT) From: David Scheidt X-X-Sender: To: Seyed Bahram Mirkalami Cc: Subject: Re: How to know if an application is running In-Reply-To: Message-ID: 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 On Sat, 14 Jul 2001, Seyed Bahram Mirkalami wrote: :Hello all: : :I have a server that was set up to start Apache, PostgreSQL and Tomcat upon :boot-up, and everything was fine for a while but now looks like at least :Tomcat is not running. I have very limited knowledge of FreeBSD and Unix in :general. I'd like to know what the easiest way is to find out if all these :applications are running. : ps(1) Read teh manpage for complete usage, but you'd want to do something like ps auxww| grep -i tomcat DAvid -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message