[Seaside] Listening to a comet app

Philippe Marschall philippe.marschall at gmail.com
Wed Feb 25 21:04:17 UTC 2015


On Wed, Feb 25, 2015 at 2:11 AM, Laura Risani <laura.risani at gmail.com> wrote:
> Hi all,
>
> I'm trying to set up the listening for a comet app. Following DWDWS book
> section 22.2 i tried to send
> WAListenerAdaptor startOn: 8888 .
> Since it didn't work (i download Seaside manually) i went to Seaside main
> repo and loaded the last version of package
> Seaside-Adaptors-Comanche.
> And it seems to work, but when i point my web browser to the port 8888 i get
> an error (on ide side) cause a msg is send to the class HttpRequest which
> isn't loaded on the image.
> Am i loading the package wrong?

Do  you have a stack trace? Did you load with:

ConfigurationOfSeaside3 project stableVersion load:'Comet'

Cheers
Philippe


More information about the seaside mailing list