Jetty Release 3.1 Release Candidate 0 is now available via http://jetty.mortbay.com This is the first release that include support for JMX management. Optional MBeans wrap all the key Jetty objects including: HttpServer, HttpListener, HandlerContext, WebApplication, etc. JMX allows a new way for Jetty servers to be created, configured and managed. It will also eventually lead to greater integration with JBoss and other JMX based application servers. In order to support the MBeans, some minor changes and enhancements were needed in the API, hence the point release. Jetty-3.1.rc0 - 23 Feb 2001 + Added JMX management framework. + Use Thread context classloader as default context loader parent. + Fixed init order for unnamed servlets. + Fixed session invalidation unbind notification to conform with spec + Improved handling of primitives in utilities. + Socket made available via HttpConnection. + Improved InetAddrPort and ThreadedServer to reduce DNS lookups. + Dynamic servlets may be restricted to Context classloader. + Reoganized packages to allowed sealed Jars + Changed getter and setter methods that did not conform to beans API. Jetty is an Open Source HTTP Servlet Server written in 100% Java. It is designed to be light weight, high performance, embeddable, extensible and flexible, thus making it an ideal platform for serving dynamic HTTP requests from any Java application. -- Greg Wilkins<[EMAIL PROTECTED]> GB Ph/Fax: +44(0)7092 063462 Mort Bay Consulting Australia and UK. http://www.mortbay.com -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]
