From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgn2g-0006TB-R9 for guix-patches@gnu.org; Sat, 21 Jul 2018 04:15:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgn2c-0001sZ-SO for guix-patches@gnu.org; Sat, 21 Jul 2018 04:15:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45143) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fgn2c-0001sR-OJ for guix-patches@gnu.org; Sat, 21 Jul 2018 04:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fgn2c-0000Bl-Gp for guix-patches@gnu.org; Sat, 21 Jul 2018 04:15:02 -0400 Subject: [bug#32231] [PATCH 0/8] Tomcat related updates Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgn1s-0006Q4-T8 for guix-patches@gnu.org; Sat, 21 Jul 2018 04:14:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fgn1o-0001Kf-MX for guix-patches@gnu.org; Sat, 21 Jul 2018 04:14:16 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:46848 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fgn1o-0001KS-Ek for guix-patches@gnu.org; Sat, 21 Jul 2018 04:14:12 -0400 Received: from alma-ubu (p57B52973.dip0.t-ipconnect.de [87.181.41.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 9C89541B9E for ; Sat, 21 Jul 2018 10:14:10 +0200 (CEST) Date: Sat, 21 Jul 2018 10:14:01 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180721101401.63dee9b6@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/ipCx2KTCYIEQ_TtThDz8Sso"; 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: 32231@debbugs.gnu.org --Sig_/ipCx2KTCYIEQ_TtThDz8Sso Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable This is series of Tomcat related patches. * Main purpuse was updating Tomcat to the newest 8.5.x version. * BTW: Update to 9.x did not work out of the box: I had compilation issues. * Stripping Timestamps, removing included jars. * Then I noticed Tomcat is used where just a servlet-api is needed. * So, I used the existing java-classpathx-servletapi, where possible. * At some places, a newer version was necessary, I added the JAVAEE version. * I could not substitute all places, will have to investigate further. * Currently, Tomcat is just used as a library. It would be nice to add the conf and bin files and use it as a real server, even with a Guix service. Bj=C3=B6rn H=C3=B6fling (8): gnu: java-guice: Remove jars. gnu: java-logback-core: Add file-name field. gnu: java: Use java-classpathx-servletapi instead of java-tomcat where possible. gnu: Add java-javaee-servletapi. gnu: java: Use java-javaee-servletapi instead of java-tomcat. gnu: java-tomcat: Update to 8.5.32. gnu: java-tomcat: Remove bundled jars. gnu: java-tomcat: Strip timestamps gnu/packages/java.scm | 46 +++++++++++++++++++++++++++++++++++++++++----- gnu/packages/maven.scm | 2 +- gnu/packages/web.scm | 28 +++++++++++++++++++++------- 3 files changed, 63 insertions(+), 13 deletions(-) --=20 2.7.4 --Sig_/ipCx2KTCYIEQ_TtThDz8Sso Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAltS60oACgkQvyhstlk+X/1pXgCglsZqDi0CDR7c6+pRFWZkH6Wa S6kAnA5g5DHDJMTPhq/L/1b6tWWWUNFf =Suza -----END PGP SIGNATURE----- --Sig_/ipCx2KTCYIEQ_TtThDz8Sso--