mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
35d72c5bc5
Note about the change in files/jettyctl.in: if the configuration file is passed on the command line then jetty 8 will try to create a socket twice on the same port and fail, so it was removed.
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/
|