Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AEFA8D42D for ; Sat, 23 Jun 2012 08:09:32 +0000 (UTC) Received: (qmail 97249 invoked by uid 500); 23 Jun 2012 08:09:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 97016 invoked by uid 500); 23 Jun 2012 08:09:29 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 96991 invoked by uid 99); 23 Jun 2012 08:09:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2012 08:09:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-wg0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jun 2012 08:09:24 +0000 Received: by wgbdr1 with SMTP id dr1so2180193wgb.0 for ; Sat, 23 Jun 2012 01:09:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=JReketm4CNmBcUPxZ4/PfsnVH97+S1U9+jNLIrpG+ds=; b=XX1b2b9Yawz2uyJ4AAoBfkcEUdxVrih2R6V8bsOMT3ZVfYifsyxu3M9PAWcJHtIMRY GKSoDV+vvv2+7e4XAPLQzoue4B1R9t6KJfkxr07ynEOxpaTWkQRs+Gj6uKzIhRLgjKsd WDr+cpXQrOguZhIWJpvvjzkmffmiAra/H5y0M5W/O2gi0wXhDcuclhisHFaivpGVNqBJ M3g0uOZ8znrrV018QA7BbbbMnUbZAI6xMp6XT98qLhrU9KqyTavLSG/bVwDKZygI3Zxt NCB4SbVPivvs4iQK8qi/5oxJiyoTnQTZafERRd+jughVSoj10AVwR2zDwsI+YKkNiORr kGdA== MIME-Version: 1.0 Received: by 10.180.98.231 with SMTP id el7mr10119383wib.21.1340438942865; Sat, 23 Jun 2012 01:09:02 -0700 (PDT) Received: by 10.216.202.41 with HTTP; Sat, 23 Jun 2012 01:09:02 -0700 (PDT) In-Reply-To: <4FE4D748.7070505@christopherschultz.net> References: <040D9776F128444F931D9FF631FDB330011E3B76251E@USPHO-MXVS08.amer.thermo.com> <4FE4D748.7070505@christopherschultz.net> Date: Sat, 23 Jun 2012 12:09:02 +0400 Message-ID: Subject: Re: Tomcat 6 jsvc startup/shutdown script From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2012/6/23 Christopher Schultz : > > On 6/22/12 10:12 AM, Muriithi, Priscilla K. wrote: >> Can anyone send me a tomcat 6 jsvc startup/shutdown script for Red >> Hat Linux 5.4? > > Please don't post the same message over and over again to the list. If > you don't get a response right away, you need to wait for a bit to see > if someone answers. If you still don't get a response, reply to your > original message and ask again, possibly providing more information. > > jsvc doesn't require a complex startup/shutdown script: you can easily > write your own that makes sense for your environment. I also wouldn't > be surprised if Red Hat has their own script(s) in their yum packages > for Tomcat. If you don't want to install a package-managed version of > Tomcat, you could temporarily install one (even on a test server or VM > or whatever) and steal the script from it. There existed sample script in jsvc sources. It was recently added to Tomcat 7, bin/daemon.sh. Though Christopher's advice should be easier to follow. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org