From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44221) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJkxD-0007Ko-L5 for guix-patches@gnu.org; Sun, 13 Oct 2019 16:59:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJkxC-0008Vn-HX for guix-patches@gnu.org; Sun, 13 Oct 2019 16:59:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56574) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJkxC-0008VZ-Dq for guix-patches@gnu.org; Sun, 13 Oct 2019 16:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJkxC-0004CH-CM for guix-patches@gnu.org; Sun, 13 Oct 2019 16:59:02 -0400 Subject: bug#35570: java-tomcat: Make it the full package Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Sun, 13 Oct 2019 22:58:31 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20191013225831.516c7bde@alma-ubu> In-Reply-To: <20190505003450.3bc9058a@alma-ubu> References: <20190505003450.3bc9058a@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/9Vir8KDCBAxQi6L82cKq4hT"; 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-done@debbugs.gnu.org Cc: =?UTF-8?Q?G=C3=A1bor?= Boskovits --Sig_/9Vir8KDCBAxQi6L82cKq4hT Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 5 May 2019 00:34:50 +0200 Bj=C3=B6rn H=C3=B6fling wrote: > 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. >=20 > If you have a CATALINA_BASE, i.e. a Tomcat instance directory with > conf, log, webapps, you can start Tomcat like that: >=20 > CATALINA_BASE=3D/home/bjoern/guix/tmp/catalina-home /gnu/store/q5dqsiiwb6= 65jfb6ckcfpw3ijgm4gyh7-java-tomcat-8.5.40/bin/startup.sh >=20 > And then navigate to http://localhost:8080/ to view your new site. >=20 > 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. >=20 > What's finally outstanding is a tomcat-service. >=20 > Bj=C3=B6rn Pushed to staging as d99e7ee0f2bbe4abe08552afaa9821036da2a760 with an update to the latest 8.5.x Tomcat. Thanks to G=C3=A1bor for reviewing. I will continue with getting Tomcat9 in (which needs some more/updated dependencies) and I plan to write a service for Tomcat, if time admits me to do so. Bj=C3=B6rn --Sig_/9Vir8KDCBAxQi6L82cKq4hT Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCXaOP9wAKCRC/KGy2WT5f /b4MAJ9MsNYLLPdXqcxAFOxjrkTNxJi8lACfa+EdqovtjIEEMZeU378CbjwchYI= =zq43 -----END PGP SIGNATURE----- --Sig_/9Vir8KDCBAxQi6L82cKq4hT--