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.
14 lines
472 B
Text
14 lines
472 B
Text
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/
|