mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7f23250c7b
- 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
15 lines
472 B
Plaintext
15 lines
472 B
Plaintext
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
|
|
|
|
WWW: http://www.eclipse.org/jetty/
|