Package Details: jetty 9.4.43-1

Git Clone URL: https://aur.archlinux.org/jetty.git (read-only, click to copy)
Package Base: jetty
Description: Jetty is a pure Java-based HTTP server and Java Servlet container
Upstream URL: http://www.eclipse.org/jetty/
Licenses: Apache, EPL
Submitter: Snowman
Maintainer: shyamin
Last Packager: rokku
Votes: 48
Popularity: 0.000000
First Submitted: 2008-01-29 04:11 (UTC)
Last Updated: 2021-08-08 04:45 (UTC)

Dependencies (1)

Required by (0)

Sources (7)

Latest Comments

1 2 3 4 5 Next › Last »

davispuh commented on 2023-11-20 04:38 (UTC)

I think this should be updated to Jetty 12 and new jetty9 created if anyone still needs it.

I also just forked this and created Jetty 11 https://aur.archlinux.org/packages/jetty11

rokku commented on 2023-01-31 19:27 (UTC) (edited on 2023-01-31 19:28 (UTC) by rokku)

The 9.4.X branch is still used by some people. eclipse made an update in december 2022 and i will update it to the latest version of the 9.4.x in near time

PolarianDev commented on 2023-01-30 00:42 (UTC)

Please do not depend on this package, it is out to date and has not been maintained.

JoelSanchez commented on 2016-07-15 16:55 (UTC)

Had to update _dluri: _dluri="http://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/$pkgver.$_timestamp/$_distname.tar.gz"

ProFfeSsoRr commented on 2016-04-13 05:38 (UTC)

And, may be, this service file is more useful: https://k0ste.ru/zerobin/?e7b85612b5c6fa38#nbnzI5Fa74XnJ35Zjeyf/GqnKQvjEZUMszorHyiYzkA=

ProFfeSsoRr commented on 2016-04-07 11:09 (UTC) (edited on 2016-04-07 11:09 (UTC) by ProFfeSsoRr)

This patch fix: - update to 9.3.8 - create /run/jetty dir https://k0ste.ru/zerobin/?af99d9b4b94faeb3#LWDlyh75tTDDApDZmJNHFjOyC0//vQk73c565p3YuGk=

DziedMaroz commented on 2016-01-26 10:34 (UTC)

PKGBUILD uses wrong url. tar.gz is broken (16 kb). Can you fix url please? https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/9.3.2.v20150730/jetty-distribution-9.3.2.v20150730.tar.gz

wfdctrl commented on 2015-08-12 15:44 (UTC)

This package is out-of-date, would you kindly fix it, please? Here is the new PKGBUID... pkgname=jetty pkgver=9.3.2 _timestamp=v20150730 pkgrel=1 pkgdesc="Jetty is a pure Java-based HTTP server and Java Servlet container" arch=('any') url="http://www.eclipse.org/jetty/" license=('Apache' 'EPL') depends=('java-environment') options=('!strip') _distname=jetty-distribution-$pkgver.$_timestamp _dluri="http://download.eclipse.org/jetty/$pkgver.$_timestamp/dist/$_distname.tar.gz" source=("$_distname.tar.gz::$_dluri" jetty.default jetty.logrotate jetty.service rundir.patch) sha256sums=('c9d51e6e09c710cd084adb694149acfa93b90ba6a979cbaccc41e191bc4c14da' '51bc2d2931629eece6b70679d9e0a3d5695822c00dae02e67fd0216f482f040c' 'da0402440e0a3b66e55387700b2c178c294dc65cc4a7bd079c622343845adecb' '36266b7f4daf20871f4bf5636686e37fa5ffd173fd51303f2569fc8d453fa17a' '5e03019b1440aa342a1f2c85aeaab8aadc9ae0c737b9262e948b95da1f94dacf') install=$pkgname.install package() { cd "$srcdir/$_distname" install -dm755 "$pkgdir/etc/jetty" install -dm755 "$pkgdir/usr/bin" install -dm755 "$pkgdir/var/log/jetty" install -dm755 "$pkgdir/var/lib/jetty/webapps" install -Dm755 bin/jetty.sh "$pkgdir/usr/share/jetty/bin/jetty.sh" cp -r etc/* "$pkgdir/etc/jetty" cp -r {resources,start.ini} "$pkgdir/etc/jetty/" cp -r {lib,modules,start.jar,README.TXT} "$pkgdir/usr/share/jetty/" cp -r webapps/README.TXT "$pkgdir/var/lib/jetty/webapps" ln -s /etc/jetty "$pkgdir/usr/share/jetty/etc" ln -s etc/start.d "$pkgdir/usr/share/jetty/start.d" ln -s etc/start.ini "$pkgdir/usr/share/jetty/start.ini" ln -s etc/resources "$pkgdir/usr/share/jetty/resources" ln -s /usr/share/jetty/bin/jetty.sh "$pkgdir/usr/bin/jetty" ln -s /var/lib/jetty/webapps "$pkgdir/usr/share/jetty/webapps" install -Dm644 "$srcdir/jetty.default" "$pkgdir/etc/default/jetty" install -Dm644 "$srcdir/jetty.logrotate" "$pkgdir/etc/logrotate.d/jetty" install -Dm644 "$srcdir/jetty.service" "$pkgdir/usr/lib/systemd/system/jetty.service" patch -Np1 -i "$srcdir/rundir.patch" "$pkgdir/usr/share/jetty/bin/jetty.sh" sed -i 's|su - |su -s /bin/sh - |' "$pkgdir/usr/share/jetty/bin/jetty.sh" rm "$pkgdir/usr/share/jetty/lib/setuid/libsetuid-osx.so" }

deathangel908 commented on 2015-04-01 11:13 (UTC)

pkgver=9.2.9 _timestamp=v20150224 sha256sums=('3bd993cd86c7357066c29485aefd57126914f6015f2ad78fe0fd0ef08e7d9e5c' ...

deathangel908 commented on 2015-03-28 16:40 (UTC)

fix the URL please, _dluri="http://download.eclipse.org/jetty/$pkgver.$_timestamp/dist/jetty-distribution-$pkgver.$_timestamp.tar.gz"