欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Jetty
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→链接) |
||
第80行: | 第80行: | ||
*[http://webtide.intalio.com/ Jetty & Cometd Blogs] | *[http://webtide.intalio.com/ Jetty & Cometd Blogs] | ||
*[https://www.ibm.com/developerworks/cn/java/j-lo-jetty/index.html Jetty 的工作原理以及与 Tomcat 的比较] | *[https://www.ibm.com/developerworks/cn/java/j-lo-jetty/index.html Jetty 的工作原理以及与 Tomcat 的比较] | ||
− | |||
− | |||
[[category:java]] | [[category:java]] | ||
第87行: | 第85行: | ||
[[category:web server]] | [[category:web server]] | ||
[[category:eclipse]] | [[category:eclipse]] | ||
+ | [[category:OSGi]] |
2020年10月9日 (五) 08:42的版本
您可以在Wikipedia上了解到此条目的英文信息 Jetty Thanks, Wikipedia. |
Jetty is an open-source, standards-based, full-featured web server implemented entirely in java.
目录 |
新闻
自http://blogs.webtide.com/jetty/feed/entries/rss加载RSS失败或RSS源被墙
http://jetty.mortbay.org/jetty/index.html
java -jar start.jar java -jar start.jar etc/jetty.xml java -jar stop.jar
Jetty 9
Jetty 8
Jetty 7
Jetty 6
java -jar start.jar etc/jetty.xml
http://localhost:8080/test/ http://localhost:8080/javadoc/
java -jar start.jar etc/jetty-ssl.xml
https://localhost:8443
java -jar start.jar etc/jetty.xml etc/jetty-jaas.xml
http://localhost:8080/test-jaas/
配置好 JNDI 后, 然后执行 java -jar start.jar etc/jetty.xml etc/jetty-plus.xml etc/jetty-test-jndi.xml
http://localhost:8080/test-jndi
Features
- Codebase completely rearchitected and slimlined
- Continuations API for efficient AJAX polling
- Improved dependency injection and inversion of control design of components
- Improved interceptor design of handlers
- Smart split buffer design for efficient asynchronous flushing and avoiding chunking.
- Optional use of NIO Buffering so that efficient direct buffers and memory mapped files can be used.
- Optional use of NIO non-blocking scheduling so that threads are not allocated per connection.
- Optional use of NIO gather writes, so that for example a HTTP header and a memory mapped file may be sent as a single operation.
Debian
MongoDB
虚拟主机
Nginx
Apache2
通过mod_proxy、mod_proxy_ajp是mod_proxy的扩展,提供Apache JServ Protocol支持
文档
- Jetty : The Definitive Reference
- Jetty Documentation Project @ GitHub
- JFox Integrated Jetty
- Jetty 源码分析
Jetty Powered
链接
分享您的观点