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