Port details |
- jetty9 Full-featured web server implemented entirely in Java
- 9.4.52 www
=0 9.4.52Version of this port present on the latest quarterly branch.
- DEPRECATED: End of life as of 2022-06-01, consider migrating to www/jetty10
This port expired on: 2023-11-30
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2015-12-06 20:13:08
- Last Update: 2023-12-02 13:36:56
- Commit Hash: 8e99797
- Also Listed In: java
- License: APACHE20 EPL
- WWW:
- https://www.eclipse.org/jetty/
- Description:
- The Jetty Web Server provides an HTTP server and Servlet container
capable of serving static and dynamic content either from a standalone
or embedded instantiations. From jetty-7, the jetty webserver and
other core compoments are hosted by the eclipse foundation.
The project provides:
* Asynchronous HTTP Server
* Standard based Servlet Container
* Web Sockets server
* Asynchronous HTTP Client
* OSGi, JNDI, JMX, JASPI, AJP support
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- jetty9-openjdk8>0:www/jetty9
- Conflicts:
- CONFLICTS:
- jetty8.*
- jetty10.*
- jetty11.*
- jetty12.*
- No installation instructions:
- This port has been deleted.
- PKGNAME: jetty9-openjdk8
- Package flavors (<flavor>: <package>)
- openjdk8: jetty9-openjdk8
- openjdk11: jetty9-openjdk11
- distinfo:
- TIMESTAMP = 1695046157
SHA256 (jetty-distribution-9.4.52.v20230823.tar.gz) = bd0ca75c520cbf28b901449e1a10cb6cad8cbe1262d3948cec7e809a44a146a6
SIZE (jetty-distribution-9.4.52.v20230823.tar.gz) = 19092033
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- bash : shells/bash
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_jetty9
- USES:
- cpe shebangfix
- pkg-message:
- For install:
- Jetty is now installed in /usr/local/jetty
From Jetty 9, the way to configure it has changed. You are **strongly**
advised to read the documentation found here:
http://www.eclipse.org/jetty/documentation/current/
Please pay particular attention to HOME and BASE documentation, i.e.,:
http://www.eclipse.org/jetty/documentation/current/startup-base-and-home.html
You may want to activate it in /etc/rc.conf:
# sysrc jetty_enable="YES"
A sample configuration file can be found here:
/usr/local/etc/jetty/jetty.sample
Please modify it to suit your needs, paying particular attention
to the value of JETTY_HOME and JETTY_BASE.
Once you are happy with the configuration file, you can start Jetty:
# service jetty start
Once Jetty is started, point your web browser to the default home page at
http://localhost:8080/.
A demo web app is installed for your convenience.
== ADVANCED USAGE ==
If you need to pass special options to Java/Jetty, please set the appropriate
variables in the configuration file, e.g.,
# Increase memory limit of the Java virtual machine
JAVA_OPTIONS="-Xms32m -Xmx256m"
# Run Java with remote debugging turned on on port 8186
JAVA_OPTIONS="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8186"
More configuration options are presented in the sample file.
- If removing:
- If, when, Jetty is removed, you can safely delete this directory:
/usr/local/www/jetty
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.4.52 02 Dec 2023 13:36:56 |
Rene Ladan (rene) |
www/jetty9: Remove expired port
2023-11-30 www/jetty9: End of life as of 2022-06-01, consider migrating to
www/jetty10 |
9.4.52 10 Oct 2023 18:48:37 |
Daniel Engberg (diizzy) |
www/jetty9: Fix typo in DEPRECATED entry
Should say 2022-06-01 not 2023-06-01
Reported by: Michael Osipov |
9.4.52 08 Oct 2023 15:46:21 |
Daniel Engberg (diizzy) |
www/jetty9: Deprecate and set expiration date to 2023-11-30
End of life (Community Support) as of June 1st, 2022
Reference: https://github.com/eclipse/jetty.project/issues/7958 |
9.4.52 18 Sep 2023 15:30:27 |
Ryan Steinmetz (zi) |
www/jetty9: Update to 9.4.52 |
9.4.49 24 Oct 2022 17:39:11 |
Antoine Brodin (antoine) |
www/jetty9: define default FLAVOR |
9.4.49 24 Oct 2022 17:26:50 |
Ryan Steinmetz (zi) |
www/jetty9: Unbreak index/fix silly |
9.4.49 24 Oct 2022 14:46:40 |
Ryan Steinmetz (zi) |
www/jetty9: Note CONFLICTS with www/jetty10 |
9.4.49 24 Oct 2022 14:36:19 |
Ryan Steinmetz (zi) |
www/jetty9: Update to 9.4.49, add FLAVORS |
9.4.48 12 Sep 2022 16:20:35 |
Ryan Steinmetz (zi) |
www/jetty9: Update to 9.4.48 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
9.4.29 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
9.4.29 21 Oct 2021 15:40:50 |
Stefan Eßer (se) |
www/jetty9: Add CPE information
Approved by: portmgr (blanket) |
9.4.29 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
9.4.29 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
9.4.29 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9.4.29 29 Dec 2020 01:26:18 |
pkubaj |
www/jetty9: enable on all architectures
There's no reason to limit it to amd64 and i386. |
9.4.29 06 Jun 2020 20:53:29 |
glewis |
Update to 9.4.29 |
9.4.27 09 Mar 2020 04:33:32 |
glewis |
Update to 9.4.27 |
9.4.26 13 Feb 2020 03:31:41 |
glewis |
Update to 9.4.26
PR: 243684 |
9.4.24 28 Jan 2020 21:24:37 |
glewis |
Update to 9.4.24
PR: 242394
Approved by: maintainer timeout |
9.4.20 22 Jan 2020 14:48:22 |
rene |
www/jetty9: reset maintainer per request
Submitted by: former maintainer via email |
9.4.20 28 Aug 2019 16:39:52 |
joneum |
Update to 9.4.20
Changelog: https://www.eclipse.org/lists/jetty-dev/msg03343.html
PR: 239897
MFH: 2019Q3
Sponsored by: Netzkommune GmbH |
9.3.9 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
9.3.9 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
9.3.9 18 Jun 2016 09:01:55 |
rm |
www/jetty9: update to 9.3.9
PR: 210320
Submitted by: David Harrigan <dharrigan@gmail.com> (maintainer) |
9.3.8 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
9.3.8 25 Mar 2016 15:15:52 |
jgh |
- update to 9.3.8
- address pkg listing to simplify future updates
PR: 208149
Reviewed by: xmj@
Submitted by: dharrigan@gmail.com (maintainer) |
9.3.7 13 Mar 2016 17:19:40 |
jgh |
- update to 9.3.7
PR: 207829
Submitted by: dharrigan@gmail.com (maintainer) |
9.3.6_1 06 Dec 2015 22:37:56 |
olgeni |
Add PKGNAMESUFFIX to Jetty ports, to avoid PKGBASE conflicts. |
9.3.6 06 Dec 2015 20:12:58 |
olgeni |
Add support for Jetty 9.
- Add www/jetty9 to track the latest branch of Jetty
- Move www/jetty to www/jetty8
- Add LICENSE and fix RUN_DEPENDS in www/jetty8
www/jetty8 is officially EOL'd upstream but still seems to be in use.
PR: 204190
Submitted by: David Harrigan |