发布于 2017-06-07 23:49:46 | 181 次阅读 | 评论: 0 | 来源: 网友投递
Jetty 开源的servlet容器
Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供网络和web连接。
Jetty 9.2.22 发布了。
更新内容:
Â+ 920 no main manifest attribute, in jetty-runner 9.2.19.v20160908.jar
Â+ 1108 Please improve logging in SslContextFactory when there are no approvedÂcipher suites
Â+ 1357 RolloverFileOutputStream: No rollout performed at midnight
Â+ 1469 IllegalStateException in RolloverFileOutputStream
Â+ 1507 Negative delay Timer.schedule exception due to mismatched local andÂ_logTimeZone values
Â+ 1532 RolloverFileOutputStream can't handle multiple instances
Â+ 1523 Update ALPN support for Java 8u131
Â+ 1556 A timing channel in Password.java
Â+ 1590 RolloverFileOutputStream not functioning in Jetty
下载地址:
Maven Central:Âhttp://central.maven.org/maven2/org/eclipse/jetty/