From owner-cvs-all@FreeBSD.ORG Mon Mar 26 13:40:21 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7165106566C; Mon, 26 Mar 2012 13:40:21 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A301B8FC1E; Mon, 26 Mar 2012 13:40:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q2QDeLrm008962; Mon, 26 Mar 2012 13:40:21 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2QDeLba008961; Mon, 26 Mar 2012 13:40:21 GMT (envelope-from ale) Message-Id: <201203261340.q2QDeLba008961@repoman.freebsd.org> From: Alex Dupre Date: Mon, 26 Mar 2012 13:40:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/tomcat7 Makefile ports/www/tomcat7/files tomcat7.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2012 13:40:21 -0000 ale 2012-03-26 13:40:21 UTC FreeBSD ports repository Modified files: www/tomcat7 Makefile www/tomcat7/files tomcat7.in Log: Complete overhaul of RC script: - allow multiple instances of tomcat to be run with different settings [symlink the RC script with a different $(name) and set at least $(name)_catalina_base in rc.conf] - use 'jsvc' to start/stop the process, with the following pros: - allow log rotation with newsyslog (signal SIGUSR1) - allow to bind to reserved ports (< 1024, like 80 and 443) - the process is automatically restarted if java crashes - simplification of RC script - setup (default) logging in the same way as standard tomcat scripts do Feature safe: yes Revision Changes Path 1.79 +5 -2 ports/www/tomcat7/Makefile 1.6 +78 -148 ports/www/tomcat7/files/tomcat7.in