[Seaside] [ANN] Version 2 of AJP adatpor for Seaside

Philippe Marschall philippe.marschall at gmail.com
Wed Jan 26 18:24:15 UTC 2011


Hi

The AJP server adatpor for Seaside has been updated. The biggest
difference is a new backend that should result in better performance
when serving byte arrays from the image. Note that this is not an HTTP
adaptor, you need an Apache frontend.

The setup is described in the Seaside book [1], Gofer code below for the lazy.

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfAjp';
    load.
(Smalltalk globals at: #ConfigurationOfAjp)
    project latestVersion load: 'AJP-Core'

 [1] http://book.seaside.st/book/advanced/deployment/deployment-apache/mod-proxy-ajp

Cheers
Philippe


More information about the seaside mailing list