Greg Wilkins | 30 May 2003 09:15
Gravatar

Release 1.1 of Jetty-Phoenix


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)


Gmane