Jetty

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Jetty (web server)移动到重定向页Jetty)
(Jetty Powered)
 
(未显示1个用户的29个中间版本)
第1行: 第1行:
 +
{{top news}}
 +
{{SeeWikipedia|Jetty (web server)}}
 
[[Image:Jetty-90x90.png|right]]
 
[[Image:Jetty-90x90.png|right]]
{{SeeWikipedia}}
 
  
 
Jetty is an open-source, standards-based, full-featured web server implemented entirely in java.  
 
Jetty is an open-source, standards-based, full-featured web server implemented entirely in java.  
 +
 +
==新闻==
 +
<rss>http://blogs.webtide.com/jetty/feed/entries/rss|short|date|max=10</rss>
  
 
http://jetty.mortbay.org/jetty/index.html  
 
http://jetty.mortbay.org/jetty/index.html  
第13行: 第17行:
  
 
[[Image:Jetty_web_applications.png|thumb|right|Jetty Web Applications]]
 
[[Image:Jetty_web_applications.png|thumb|right|Jetty Web Applications]]
 +
==Jetty 9==
 +
*[http://docs.huihoo.com/javaone/2014/BOF2237-Jetty-9-Features.pdf Jetty 9 Features]
 +
 +
==Jetty 8==
 +
 +
==Jetty 7==
 +
<gallery widths=90px heights=90px perrow=7>
 +
Image:jetty7-dependency-tree.png|Jetty7依赖树
 +
</gallery>
 +
 
==Jetty 6==
 
==Jetty 6==
 
java -jar start.jar etc/jetty.xml
 
java -jar start.jar etc/jetty.xml
 
  http://localhost:8080/test/
 
  http://localhost:8080/test/
 
  http://localhost:8080/javadoc/
 
  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
 
java -jar start.jar etc/jetty.xml etc/jetty-jaas.xml
 
  http://localhost:8080/test-jaas/
 
  http://localhost:8080/test-jaas/
第33行: 第49行:
 
* 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.
 
* 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.
  
==Documents==
+
==Debian==
*JFox Integrated Jetty - http://huihoo.org/jfox/jfoxjetty/
+
*[http://packages.qa.debian.org/j/jetty.html Debian Package Tracking System]
*Jetty 源码分析 - http://docs.huihoo.com/jetty/
+
*[http://packages.debian.org/sid/jetty Debian Package]
 +
 
 +
==[[MongoDB]]==
 +
*[http://docs.huihoo.com/jetty/the-definitive-reference/session-clustering-mongodb.html Session Clustering with MongoDB]
 +
 
 +
==虚拟主机==
 +
[http://wiki.eclipse.org/Jetty/Howto/Configure_Virtual_Hosts Configure Virtual Hosts]
 +
 
 +
==Nginx==
 +
 
 +
==Apache2==
 +
通过mod_proxy、mod_proxy_ajp是mod_proxy的扩展,提供Apache JServ Protocol支持
  
==Jetty Powered==
+
==文档==
 +
*[http://docs.huihoo.com/jetty/the-definitive-reference/ Jetty : The Definitive Reference]
 +
*[https://github.com/jetty-project/jetty-documentation Jetty Documentation Project @ GitHub]
 +
*[http://huihoo.org/jfox/jfoxjetty/ JFox Integrated Jetty]
 +
*[http://docs.huihoo.com/jetty/ Jetty 源码分析]
  
 +
==用户/项目==
 
[[Image:jetty_467x60.gif]]
 
[[Image:jetty_467x60.gif]]
 +
*[https://www.eclipse.org/jetty/powered/powered.html Powered By Jetty]
 +
*[[i-jetty]]
  
{{Comment}}
+
==链接==
 +
*[http://www.eclipse.org/jetty/ Jetty官网]
 +
*[http://wiki.eclipse.org/Jetty/ Jetty Documentation @ Eclipse]
 +
*[http://docs.codehaus.org/display/JETTY/Jetty+Wiki Jetty Documentation @ Codehaus]
 +
*[http://webtide.intalio.com/ Jetty & Cometd Blogs]
 +
*[https://www.ibm.com/developerworks/cn/java/j-lo-jetty/index.html Jetty 的工作原理以及与 Tomcat 的比较]
  
[[category:Java]]
+
[[category:java]]
[[category:Middleware]]
+
[[category:middleware]]
[[Category:Web Server]]
+
[[category:web server]]
 +
[[category:eclipse]]
 +
[[category:OSGi]]

2020年10月9日 (五) 08:48的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Jetty Thanks, Wikipedia.
Jetty-90x90.png

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

http://localhost:8080

Jetty Web Applications

[编辑] 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

[编辑] 虚拟主机

Configure Virtual Hosts

[编辑] Nginx

[编辑] Apache2

通过mod_proxy、mod_proxy_ajp是mod_proxy的扩展,提供Apache JServ Protocol支持

[编辑] 文档

[编辑] 用户/项目

Jetty 467x60.gif

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱