Port details |
- jetty10 Full-featured web server implemented entirely in Java
- 10.0.21 www =3 10.0.19Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: 2022-10-27 19:06:07
- Last Update: 2024-07-04 13:39:40
- Commit Hash: 4b1c3d6
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- 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 - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- jetty8.*
- jetty9.*
- jetty11.*
- jetty12.*
- To install the port:
- cd /usr/ports/www/jetty10/ && make install clean
- To add the package, run one of these commands:
- pkg install www/jetty10
- pkg install jetty10
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jetty10
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720099689
SHA256 (jetty-home-10.0.21.tar.gz) = 841d3df9c28cc80e3b203a2d2aa75766eaeed4b776274180b6cf4b1e0d053960
SIZE (jetty-home-10.0.21.tar.gz) = 11062835
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/openjdk11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_jetty10
- 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
== 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 |
10.0.21 04 Jul 2024 13:39:40 |
Ryan Steinmetz (zi) |
www/jetty10: Update to 10.0.21 |
10.0.19 17 Jan 2024 14:00:45 |
Ryan Steinmetz (zi) |
www/jetty10: Update to 10.0.19 |
10.0.16 18 Sep 2023 14:54:19 |
Ryan Steinmetz (zi) |
www/jetty10: Update to 10.0.16 |
10.0.12 08 Nov 2022 16:17:04 |
Ryan Steinmetz (zi) |
www/jetty10: Fix LICENSE_FILE |
10.0.12 27 Oct 2022 19:05:09 |
Ryan Steinmetz (zi) |
www/jetty10: New port
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 |