[ANN] Version 2 of AJP adatpor for Seaside

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Version 2 of AJP adatpor for Seaside

Philippe Marschall
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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside