[Seaside] Starting VM on demand from nginx

Robert Sirois watchlala at hotmail.com
Fri Aug 2 14:21:22 UTC 2013


Here's my supervisor config file if it helps (http://supervisord.org/)
[program:programname]command=/usr/local/coglinux/bin/squeak -mmap 256m -vm-sound-null -vm-display-null webapp/imagename.imagedirectory=/var/www/programdirectory/user=someonegroup=somegroup

> Date: Fri, 2 Aug 2013 07:00:33 -0700
> From: lasmiste at gmail.com
> To: seaside at lists.squeakfoundation.org
> Subject: [Seaside] Starting VM on demand from nginx
> 
> Hi there,
> I'd love to start a VM on demand like, as I read, oldie but goldie DabbleDB. 
> 
> The scenario is: 
> 
> nginx as web server and here's a configuration:
> 
> server {
>  listen 80;
>   server_name  a_subdomain.my_server.com ; 
>    location / {
>       proxy_pass http://123.456.789.10:8080/;
>    }
> }
> 
> When user goes to http://a_subdomain.my_server.com, seaside, listening on
> 8080, replies.
> 
> My question is: how can I start the seaside VM on demand? Can anyone point
> me in the right direction?
> 
> TIA
>  Dave
> 
> 
> 
> --
> View this message in context: http://forum.world.st/Starting-VM-on-demand-from-nginx-tp4701949.html
> Sent from the Seaside General mailing list archive at Nabble.com.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20130802/b8a2c8b7/attachment.htm


More information about the seaside mailing list