30 May 2003 09:15
Release 1.1 of Jetty-Phoenix
Greg Wilkins <gregw <at> mortbay.com>
2003-05-30 07:15:50 GMT
2003-05-30 07:15:50 GMT
Howard Henson has contributed an updated version of the Jetty/Phoenix integration. It is now available via sourceforge: https://sourceforge.net/projects/jetty/ ---------------------------------------------------------------------------- The JettyPhoenix library provides a simple mechanism to provide access to phoenix services to servlets within a web servlet using the Jetty web server. If you are not familiar with the Phoenix platform the url is http://avalon.apache.org Avalon is an application server framework and Phoenix is an implementation of the Avalon framework. For those who do not know what Jetty is please view their web site, the url is http://www.mortbay.org The basic idea behind this port is to make the web server operate as a component service. The service does not support the deployment of war files, the idea is that the sar file replaces the war file with the difference that the web access is just a component of the application. The service supports ssl, http, and ajp connectors as well as support for the web.xml configuration file to configure the servlets. The java docs contain information for configuring the service. This note provides some basic pointers on how the service works. To gain access to the service manager get the session object and then(Continue reading)
RSS Feed