From dev-return-122628-apmail-tomcat-dev-archive=tomcat.apache.org@tomcat.apache.org Mon Dec 12 02:44:00 2011 Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D2E498BC for ; Mon, 12 Dec 2011 02:44:00 +0000 (UTC) Received: (qmail 98379 invoked by uid 500); 12 Dec 2011 02:43:59 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 98275 invoked by uid 500); 12 Dec 2011 02:43:59 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 98263 invoked by uid 99); 12 Dec 2011 02:43:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 02:43:59 +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: local policy) Received: from [72.4.161.242] (HELO josephdwagner.info) (72.4.161.242) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 02:43:51 +0000 Received: from localhost.localdomain (c-98-246-67-132.hsd1.wa.comcast.net [98.246.67.132]) (authenticated bits=0) by josephdwagner.info (8.14.4/8.14.4) with ESMTP id pBBKCBhq009380 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 11 Dec 2011 15:12:12 -0500 Message-ID: <4EE56A44.4020305@josephdwagner.info> Date: Sun, 11 Dec 2011 18:43:16 -0800 From: "Joseph D. Wagner" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0 MIME-Version: 1.0 To: Tomcat Devel List Subject: Adding Support to Fedora 16 for Starting tomcat with jsvc Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on josephdwagner.info X-Old-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED, DATE_IN_FUTURE_06_12 autolearn=disabled version=3.3.1 Currently, Fedora 16 does not support starting/stopping tomcat with jsvc. systemd starts tomcat directly using an unprivileged account. This means the only options supported out-of-the-box are: 1) using something like apache mod_proxy as a front-end, or 2) using an iptables entry to forward port 80 to port 8080. If one wanted to use jsvc, one would have had to manually manipulate the scripts, which could get overwritten in the next update. Thus, I created a patch where systemd would start jsvc, which in turn would start tomcat. If you believe this to be beneficial, I encourage you to check it out at: https://bugzilla.redhat.com/show_bug.cgi?id=761623 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org