Comet, Streaming Server

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

Comet, Streaming Server

Leandro Perez-2
Hello,
I'm trying to run Comet 2.6b1.18.0 with seaside 2.7 in VW and I get Streaming-Server Required Error.
I read that I need to stop the current server and start the Streaming server like this:

WAKom stop.
WAListener startOn:9009.

The problem is that I don't have WAListener loaded in my image (I don't have WAKom either, I'm running seaside with Smalltalk HTTP Server (Tiny HTTP) ).
which package do I need to load to get the necessary classes?

thanks a lot, greetings
Leandro

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Comet, Streaming Server

Michel Bany
You didn't say which version of VW, so I am assuming 7.5.
Comet in VW only supports WebToolkit, so I am assuming you are using  
SeasideForWebToolkit

You must enable the streaming server using the servlet admin tool
(typically at http://localhost:8008/seaside/go/tools/servletadmin)
where you click the Add link

Then you can use Seaside in streaming mode with the following url
http://localhost:8008/seaside/stream
(stream instead of go)

Enjoy,
Michel.





On 28 Mar 2008, at 18:41 , Leandro Perez wrote:

> Hello,
> I'm trying to run Comet 2.6b1.18.0 with seaside 2.7 in VW and I get  
> Streaming-Server Required Error.
> I read that I need to stop the current server and start the  
> Streaming server like this:
>
> WAKom stop.
> WAListener startOn:9009.
>
> The problem is that I don't have WAListener loaded in my image (I  
> don't have WAKom either, I'm running seaside with Smalltalk HTTP  
> Server (Tiny HTTP) ).
> which package do I need to load to get the necessary classes?
>
> thanks a lot, greetings
> Leandro
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside