From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:57202) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN3GF-0003SA-ST for guix-patches@gnu.org; Sat, 04 May 2019 18:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hN3GE-0005Qf-TY for guix-patches@gnu.org; Sat, 04 May 2019 18:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hN3GE-0005QX-Qu for guix-patches@gnu.org; Sat, 04 May 2019 18:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hN3GE-0007Sj-J9 for guix-patches@gnu.org; Sat, 04 May 2019 18:36:02 -0400 Subject: [bug#35570] java-tomcat: Make it the full package Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:57113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN3F9-0003Jl-8M for guix-patches@gnu.org; Sat, 04 May 2019 18:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hN3F8-0004fU-9P for guix-patches@gnu.org; Sat, 04 May 2019 18:34:55 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:35760 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN3F8-0004ez-3g for guix-patches@gnu.org; Sat, 04 May 2019 18:34:54 -0400 Received: from alma-ubu (p508AC174.dip0.t-ipconnect.de [80.138.193.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id EFC273F85A for ; Sun, 5 May 2019 00:34:50 +0200 (CEST) Date: Sun, 5 May 2019 00:34:50 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20190505003450.3bc9058a@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/0z_sUk.ovKKlEPtqy9ttUBK"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35570@debbugs.gnu.org --Sig_/0z_sUk.ovKKlEPtqy9ttUBK Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The current java-tomcat package is only building the jar-files and uses Tomcat only as a servlet-api package. This patch series changes it to the "real" package with a bin, conf, ... directory. If you have a CATALINA_BASE, i.e. a Tomcat instance directory with conf, log, webapps, you can start Tomcat like that: CATALINA_BASE=3D/home/bjoern/guix/tmp/catalina-home /gnu/store/q5dqsiiwb665= jfb6ckcfpw3ijgm4gyh7-java-tomcat-8.5.40/bin/startup.sh And then navigate to http://localhost:8080/ to view your new site. The standard Tomcat installation copies the commons-daemon.jar and the java-ecj.jar. We better use symlinks to the input package. But these would be overridden by a repacking phase: Thus, we need to modify the ant-build-system, placing this series into the staging branch. What's finally outstanding is a tomcat-service. Bj=C3=B6rn --Sig_/0z_sUk.ovKKlEPtqy9ttUBK Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXM4TigAKCRC/KGy2WT5f /Wx/AJ9vGNFVwTGegprNiJr63/aA8OVQMgCgitvGyhpNLCwpge9QM3+wiRD2KMQ= =P9ju -----END PGP SIGNATURE----- --Sig_/0z_sUk.ovKKlEPtqy9ttUBK--